pandoc/default.markdown
John MacFarlane c08ed3f61a Fixed titleblock in markdown, plain templates.
Now it is just a single string. Previously separate
title, author, and date variables were used, but this didn't
allow different kinds of title blocks.
2012-08-12 19:31:20 -07:00

21 lines
218 B
Markdown

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