From 1856c0f7ecd3e6a086d7c60c3e1d67863e372683 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Wed, 29 Apr 2020 10:41:34 +0800 Subject: [PATCH] Disable "smartDashes" in blackfriday --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 2150f633b6..034b2e7c84 100644 --- a/config.toml +++ b/config.toml @@ -31,6 +31,7 @@ disableLanguages = ["hi", "it", "no"] [blackfriday] hrefTargetBlank = true fractions = false +smartDashes = false [frontmatter] date = ["date", ":filename", "publishDate", "lastmod"]