aboutsummaryrefslogtreecommitdiff
path: root/templates/markdown.template
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:15:50 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-31 01:15:50 +0000
commitfbef848a3af236ca3a18e6aad7c459e93b8495fc (patch)
tree7c0da5f5d01a4457f3efb78c6384ee190ea9ae44 /templates/markdown.template
parent7baa79597e1306eeed0313ffafd240b4df5080bb (diff)
downloadpandoc-fbef848a3af236ca3a18e6aad7c459e93b8495fc.tar.gz
Use $for$ for header-includes.
Put variables in right order. We've specified that if they use -A, -B, -H multiple times, the text appears in the same order as on the command line. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1722 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/markdown.template')
-rw-r--r--templates/markdown.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/markdown.template b/templates/markdown.template
index 68fe0eb13..70f1b59b0 100644
--- a/templates/markdown.template
+++ b/templates/markdown.template
@@ -4,10 +4,10 @@ $if(titleblock)$
% $date$
$endif$
-$if(header-includes)$
+$for(header-includes)$
$header-includes$
-$endif$
+$endfor$
$if(toc)$
$toc$