Merge pull request #20629 from tengqm/fix-not-so-smart-dashes

Disable "smartDashes" in blackfriday
This commit is contained in:
Kubernetes Prow Robot
2020-04-29 01:50:25 -07:00
committed by GitHub
+1
View File
@@ -31,6 +31,7 @@ disableLanguages = ["hi", "it", "no"]
[blackfriday]
hrefTargetBlank = true
fractions = false
smartDashes = false
[frontmatter]
date = ["date", ":filename", "publishDate", "lastmod"]