Don't use --smart automatically with man output.

Previously pandoc used smart mode automatically when `man`
output was selected.
This commit is contained in:
John MacFarlane 2011-12-29 13:54:21 -08:00
parent febbf5d818
commit f74c40b460

View file

@ -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,