dd210437f6
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1723 788f1e2b-df1e-0410-8736-df70ead52e1b
15 lines
167 B
Text
15 lines
167 B
Text
$if(titleblock)$
|
|
% $title$
|
|
% $for(author)$$author$$sep$; $endfor$
|
|
% $date$
|
|
|
|
$endif$
|
|
$for(header-includes)$
|
|
$header-includes$
|
|
|
|
$endfor$
|
|
$if(toc)$
|
|
$toc$
|
|
|
|
$endif$
|
|
$body$
|