diff options
Diffstat (limited to 'templates/markdown.template')
-rw-r--r-- | templates/markdown.template | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/templates/markdown.template b/templates/markdown.template index 1333ed77b..d5df8a606 100644 --- a/templates/markdown.template +++ b/templates/markdown.template @@ -1 +1,16 @@ -TODO +$if(titleblock)$ +$titleblock$ +$endif$ +$if(header-includes)$ +$header-includes$ +$endif$ +$if(before)$ +$before$ +$endif$ +$if(toc)$ +$toc$ +$endif$ +$body$ +$if(after)$ +$after$ +$endif$ |