From 4097bb5154110a567e4e320017fc3b6887207059 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Wed, 21 Nov 2018 21:36:33 -0800 Subject: [PATCH] Disable smart typography extension for markdown input Fixes #1392 --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.hs b/Setup.hs index e6064f9..a909cf6 100644 --- a/Setup.hs +++ b/Setup.hs @@ -33,4 +33,4 @@ myPreSDist _ _ = do putStrLn $ "pandoc exited with " ++ show result return emptyHookedBuildInfo where - pandoc_cmd = "pandoc -s -t man shellcheck.1.md -o shellcheck.1" + pandoc_cmd = "pandoc -s -f markdown-smart -t man shellcheck.1.md -o shellcheck.1"