aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-08-24 21:23:08 -0700
committerJohn MacFarlane <[email protected]>2023-08-24 21:24:33 -0700
commit87716265c105a53438c0ab2fd214af434afe514b (patch)
treec07d54a5454969d258963758b3682b7851878477 /src
parent3cb6130d1a6e16f34f98f02ebfdee3f30cdc20c0 (diff)
Man writer: don't emit `.hy`...
regardless of setting of `hyphenate` variable. See #9020.
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Writers/Man.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Man.hs b/src/Text/Pandoc/Writers/Man.hs
index 66aa8854b..794c5518a 100644
--- a/src/Text/Pandoc/Writers/Man.hs
+++ b/src/Text/Pandoc/Writers/Man.hs
@@ -75,7 +75,6 @@ pandocToMan opts (Pandoc meta blocks) = do
let context = defField "body" main
$ setFieldsFromTitle
$ defField "has-tables" hasTables
- $ defField "hyphenate" True
metadata
return $ render colwidth $
case writerTemplate opts of