From 314c33258122c9d03eb4f6e805df56a71a1c2b47 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 6 Jun 2009 21:27:40 +0000 Subject: 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 --- src/pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3