diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:14:27 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:14:27 +0000 |
commit | 22dcf7afdd7ea4508d9b739a3b48138022d361e6 (patch) | |
tree | aab5c84a315c22df1cf91c1143f1469b92a600d0 /templates/markdown.template | |
parent | 275a740624d181630abf120fe39c4f5a8d284a19 (diff) | |
download | pandoc-22dcf7afdd7ea4508d9b739a3b48138022d361e6.tar.gz |
Tweaked templates and tests.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1711 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/markdown.template')
-rw-r--r-- | templates/markdown.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/markdown.template b/templates/markdown.template index bd373d95f..18e8ff378 100644 --- a/templates/markdown.template +++ b/templates/markdown.template @@ -1,10 +1,12 @@ $if(titleblock)$ $titleblock$ + $endif$ $if(header-includes)$ $header-includes$ $endif$ $if(toc)$ $toc$ + $endif$ $body$ |