pandoc/templates/rst.template
fiddlosopher 312d9337b9 Improved RST writer.
Updated test suite.

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

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$