pandoc/default.man
John MacFarlane 0d246e8af5 man template: removed description, added header, footer.
Added quotes where needed.
2013-06-27 19:32:18 -07:00

18 lines
309 B
Groff

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