aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-06-06 21:27:40 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-06-06 21:27:40 +0000
commit314c33258122c9d03eb4f6e805df56a71a1c2b47 (patch)
tree8480b76a4dab29b586f0daaaef8f4dd48ce3a58a /src
parenta93062c26c920b6be77083d4021b3620df70ef2a (diff)
downloadpandoc-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
Diffstat (limited to 'src')
-rw-r--r--src/pandoc.hs2
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