diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:59 +0000 |
commit | 1f580fb70189f91894ec757dd00cd4286d0da8a6 (patch) | |
tree | 04f6a64233bca673b1e749599e14ad4ab9a60acf /templates/markdown.template | |
parent | 3ec8772daff7d76097d7435c4e8da1df5ee4cc6a (diff) | |
download | pandoc-1f580fb70189f91894ec757dd00cd4286d0da8a6.tar.gz |
Restored writerIncludeBefore, writerIncludeAfter.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1700 788f1e2b-df1e-0410-8736-df70ead52e1b
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$ |