diff options
| -rw-r--r-- | src/pandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pandoc.hs b/src/pandoc.hs index 9fac0f56e..5ac7a6d23 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -829,7 +829,7 @@ main = do stateStandalone = standalone', stateCitations = map CSL.refId refs, stateSmart = smart || writerName' `elem` - ["latex", "context", "latex+lhs", "man"], + ["latex", "context", "latex+lhs"], stateColumns = columns, stateStrict = strict, stateIndentedCodeClasses = codeBlockClasses, |
