Commit Graph

7 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
5e105c9ff4
feat: auto-load custom svg sprites from assets folder (#79)
BREAKING CHANGE: Build-in icons are prefixed with `gdoc_` now. If you use build-in icons in e.g. menus you have to rename these references!
2021-03-03 21:07:59 +01:00
81988b477a
replace missing markdownify by RenderString 2021-02-21 14:27:54 +01:00
a81f858848
setup prettier 2020-09-10 22:23:24 +02:00
d4ee6a6b67
disable spellchecker for 'highlight' shortcodes 2020-06-07 17:42:03 +02:00
3959b13cd8 fix spelling and pass spellchecking 2020-06-02 18:05:14 +02:00
Michael Barz
5486f711f7
add include shortcode and doc 2020-04-30 16:30:19 +02:00