diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:14 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:14 +0000 |
commit | 4806628c8d8ef9e696a981e6f47ede2b3a6f4d48 (patch) | |
tree | c384566dedd745c892d511590f5b98bce72f6750 /templates/markdown.template | |
parent | 359f1109745afbfb1a38754576ba875a406de122 (diff) | |
download | pandoc-4806628c8d8ef9e696a981e6f47ede2b3a6f4d48.tar.gz |
Added 'standalone' variable, use in templates.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1697 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 d5df8a606..5c8a27674 100644 --- a/templates/markdown.template +++ b/templates/markdown.template @@ -1,9 +1,11 @@ +$if(standalone)$ $if(titleblock)$ $titleblock$ $endif$ $if(header-includes)$ $header-includes$ $endif$ +$endif$ $if(before)$ $before$ $endif$ |