pandoc/templates/markdown.template
fiddlosopher 359f110974 Fixed markdown writer to use templates.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1696 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 01:12:03 +00:00

16 lines
175 B
Text

$if(titleblock)$
$titleblock$
$endif$
$if(header-includes)$
$header-includes$
$endif$
$if(before)$
$before$
$endif$
$if(toc)$
$toc$
$endif$
$body$
$if(after)$
$after$
$endif$