1ace505d27
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.
7 lines
159 B
Text
7 lines
159 B
Text
_**Example Mardown include**_
|
|
|
|
File including a simple Markdown table.
|
|
|
|
| Head 1 | Head 2 | Head 3 |
|
|
| ------ | ------ | ------ |
|
|
| 1 | 2 | 3 |
|