16f0604bec
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
15 lines
138 B
Text
15 lines
138 B
Text
$if(titleblock)$
|
|
% $title$
|
|
% $authors$
|
|
% $date$
|
|
|
|
$endif$
|
|
$if(header-includes)$
|
|
$header-includes$
|
|
|
|
$endif$
|
|
$if(toc)$
|
|
$toc$
|
|
|
|
$endif$
|
|
$body$
|