diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:14:48 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:14:48 +0000 |
commit | 89952782c354dd578a2428a58b8fff467cb1cb17 (patch) | |
tree | 9471d3c124883a36204177f8e6f02bc416b8dc8a | |
parent | 780df052f62428f8772af69cfe5fd4ded080736a (diff) | |
download | pandoc-89952782c354dd578a2428a58b8fff467cb1cb17.tar.gz |
Markdown template - added space after header includes.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1714 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | templates/markdown.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/markdown.template b/templates/markdown.template index 18e8ff378..e9c54e246 100644 --- a/templates/markdown.template +++ b/templates/markdown.template @@ -4,6 +4,7 @@ $titleblock$ $endif$ $if(header-includes)$ $header-includes$ + $endif$ $if(toc)$ $toc$ |