pandoc/templates/markdown.template
fiddlosopher 16f0604bec Use separate title, author, date variables in markdown template.
This allows us to simplify the writer code and gives the
user more control.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1719 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 01:15:24 +00:00

15 lines
138 B
Text

$if(titleblock)$
% $title$
% $authors$
% $date$
$endif$
$if(header-includes)$
$header-includes$
$endif$
$if(toc)$
$toc$
$endif$
$body$