From f74c40b4605c52dcd4df828f95500fe645277517 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 29 Dec 2011 13:54:21 -0800 Subject: Don't use `--smart` automatically with `man` output. Previously pandoc used smart mode automatically when `man` output was selected. --- 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 9fac0f56e..5ac7a6d23 100644 --- a/src/pandoc.hs +++ b/src/pandoc.hs @@ -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, -- cgit v1.2.3