Skip to content

Commit

Permalink
Set the template variable $hyphenate$ to true by default
Browse files Browse the repository at this point in the history
* src/Text/Pandoc/Writers/Man.hs: Set $hyphenate$ to be true.
  • Loading branch information
Alex Vong committed Sep 30, 2015
1 parent 4443af4 commit f5e33e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Text/Pandoc/Writers/Man.hs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ pandocToMan opts (Pandoc meta blocks) = do
let context = defField "body" main
$ setFieldsFromTitle
$ defField "has-tables" hasTables
$ defField "hyphenate" True
$ metadata
if writerStandalone opts
then return $ renderTemplate' (writerTemplate opts) context
Expand Down

0 comments on commit f5e33e0

Please sign in to comment.