diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-06-06 21:27:40 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-06-06 21:27:40 +0000 |
commit | 314c33258122c9d03eb4f6e805df56a71a1c2b47 (patch) | |
tree | 8480b76a4dab29b586f0daaaef8f4dd48ce3a58a | |
parent | a93062c26c920b6be77083d4021b3620df70ef2a (diff) | |
download | pandoc-314c33258122c9d03eb4f6e805df56a71a1c2b47.tar.gz |
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
-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 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 |