Disable smart typography extension for markdown input

Fixes #1392
This commit is contained in:
Ng Zhi An 2018-11-21 21:36:33 -08:00
commit 4097bb5154

View file

@ -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"