pandoc/templates/man.template
fiddlosopher 87537c3ff8 Revised man writer to use new templates.
Note that now the "--after-body" will come after the "AUTHORS"
section, whereas before it would come before it.  This is a
slight break from backwards compatibility.

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

12 lines
203 B
Text

$if(has-tables)$
.\"t
$endif$
.TH $title$ $section$ "$date$" $description$
$for(header-includes)$
$header-includes$
$endfor$
$body$
$if(author)$
.SH AUTHORS
$for(author)$$author$$sep$; $endfor$.
$endif$