Merge pull request #1397 from ngzhian/man-en-dash

Disable smart typography extension for markdown input
This commit is contained in:
Vidar Holen 2018-12-02 13:56:14 -08:00 committed by GitHub
commit 0761f5c923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"