87537c3ff8
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
12 lines
203 B
Text
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$
|