mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 02:22:09 +08:00
Man writer: don't emit .hy...
regardless of setting of `hyphenate` variable. See #9020.
This commit is contained in:
@@ -23,11 +23,6 @@ $if(adjusting)$
|
||||
.ad $adjusting$
|
||||
$endif$
|
||||
.TH "$title/nowrap$" "$section/nowrap$" "$date/nowrap$" "$footer/nowrap$" "$header/nowrap$"
|
||||
$if(hyphenate)$
|
||||
.hy
|
||||
$else$
|
||||
.nh
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
||||
Reference in New Issue
Block a user