Merge pull request #123 from alexvong1995/better-man-template
Better man template (Closes #117)
This commit is contained in:
commit
627f9344b3
1 changed files with 10 additions and 0 deletions
10
default.man
10
default.man
|
@ -1,6 +1,16 @@
|
|||
$if(has-tables)$
|
||||
.\"t
|
||||
$endif$
|
||||
.\" Automatically generated by Pandoc $pandoc-version$
|
||||
.\"
|
||||
$if(adjusting)$
|
||||
.ad $adjusting$
|
||||
$endif$
|
||||
$if(hyphenate)$
|
||||
.hy
|
||||
$else$
|
||||
.nh
|
||||
$endif$
|
||||
.TH "$title$" "$section$" "$date$" "$footer$" "$header$"
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
|
|
Loading…
Reference in a new issue