Make --smart default for man output format.

Otherwise we have trouble dividing lists of endlines into
sentences.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1579 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2009-06-06 21:27:40 +00:00
parent a93062c26c
commit 314c332581

View file

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