Commit Graph

6 Commits

Author SHA1 Message Date
1ace505d27
feat: add option to include pages using the include shortcode (#92)
BREAKING CHANGE: The include shortcode will render files as Markdown
instead of HTML by default now. While the Markdown renderer should be
able to render HTML as well this might still work as before.

BREAKING CHANGE: The include shortcode option markdown was replaces by
a generic type option that could be used to specify special include
types.
2021-04-10 13:55:03 +02:00
81988b477a
replace missing markdownify by RenderString 2021-02-21 14:27:54 +01:00
d9daf73afb
fix: replace markdownify with renderString to use render hooks (#65) 2021-02-17 09:22:26 +01:00
c4c882b768 add surrounding div to include shortcode 2020-06-02 21:28:52 +02:00
cb0d15260c remove control chars 2020-04-30 20:55:53 +02:00
Michael Barz
5486f711f7
add include shortcode and doc 2020-04-30 16:30:19 +02:00