312d9337b9
Updated test suite. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1725 788f1e2b-df1e-0410-8736-df70ead52e1b
31 lines
308 B
Text
31 lines
308 B
Text
$if(title)$
|
|
$title$
|
|
|
|
$endif$
|
|
$for(author)$
|
|
:Author: $author$
|
|
$endfor$
|
|
$if(date)$
|
|
:Date: $date$
|
|
$endif$
|
|
$if(author)$
|
|
|
|
$else$
|
|
$if(date)$
|
|
|
|
$endif$
|
|
$endif$
|
|
$if(math)$
|
|
.. role:: math(raw)
|
|
:format: html latex
|
|
|
|
$endif$
|
|
$if(toc)$
|
|
.. contents::
|
|
|
|
$endif$
|
|
$for(header-includes)$
|
|
$header-includes$
|
|
|
|
$endfor$
|
|
$body$
|