diff options
Diffstat (limited to 'templates/markdown.template')
-rw-r--r-- | templates/markdown.template | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/markdown.template b/templates/markdown.template index 5c8a27674..bd373d95f 100644 --- a/templates/markdown.template +++ b/templates/markdown.template @@ -1,18 +1,10 @@ -$if(standalone)$ $if(titleblock)$ $titleblock$ $endif$ $if(header-includes)$ $header-includes$ $endif$ -$endif$ -$if(before)$ -$before$ -$endif$ $if(toc)$ $toc$ $endif$ $body$ -$if(after)$ -$after$ -$endif$ |