diff --git a/src/pandoc.hs b/src/pandoc.hs index c57cf8b5a..d6c45501e 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -584,7 +584,7 @@ main = do stateCitations = map citeKey refs, #endif stateSmart = smart || writerName' `elem` - ["latex", "context"], + ["latex", "context", "man"], stateColumns = columns, stateStrict = strict } let csslink = if null css