4806628c8d
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1697 788f1e2b-df1e-0410-8736-df70ead52e1b
18 lines
200 B
Text
18 lines
200 B
Text
$if(standalone)$
|
|
$if(titleblock)$
|
|
$titleblock$
|
|
$endif$
|
|
$if(header-includes)$
|
|
$header-includes$
|
|
$endif$
|
|
$endif$
|
|
$if(before)$
|
|
$before$
|
|
$endif$
|
|
$if(toc)$
|
|
$toc$
|
|
$endif$
|
|
$body$
|
|
$if(after)$
|
|
$after$
|
|
$endif$
|