mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 08:46:56 +00:00
include `header`. This change causes pandoc to omit the middle header parameter when `header` is not set, rather than emitting `""`. The parameter is optional and man will use a default based on the section if it is not specified. Closes #9943.
26 lines
492 B
Groff
26 lines
492 B
Groff
$if(has-tables)$
|
|
'\" t
|
|
$endif$
|
|
$if(pandoc-version)$
|
|
.\" Automatically generated by Pandoc $pandoc-version$
|
|
.\"
|
|
$endif$
|
|
$if(adjusting)$
|
|
.ad $adjusting$
|
|
$endif$
|
|
.TH "$title/nowrap$" "$section/nowrap$" "$date/nowrap$" "$footer/nowrap$"$if(header)$ "$header/nowrap$"$endif$
|
|
$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$
|