Disable "smartDashes" in blackfriday

This commit is contained in:
Qiming Teng
2020-04-29 10:41:34 +08:00
parent 277831f168
commit 1856c0f7ec
+1
View File
@@ -31,6 +31,7 @@ disableLanguages = ["hi", "it", "no"]
[blackfriday]
hrefTargetBlank = true
fractions = false
smartDashes = false
[frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"]