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.
This commit is contained in:
Robert Kaussow 2021-04-10 13:55:03 +02:00 committed by GitHub
parent 9129b07d2f
commit 1ace505d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 94 additions and 44 deletions

View file

@ -0,0 +1,7 @@
<p>
<i><b>Example HTML include</b></i>
</p>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>