commit 8dfe563df5074e80e01c35dd13388299d9dd4f9f
parent f2ce7b104399c17c67a9a7ac0818272dd241bfb6
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Wed, 8 Jan 2020 14:28:58 -0600
Disable punctuation substitutions
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.toml b/config.toml
@@ -15,6 +15,8 @@ email = "shimmy.xu@shimmy1996.com"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
+ [markup.goldmark.extensions]
+ typographer = false
[markup.highlight]
codeFences = false