Merge pull request #20629 from tengqm/fix-not-so-smart-dashes
Disable "smartDashes" in blackfriday
This commit is contained in:
@@ -31,6 +31,7 @@ disableLanguages = ["hi", "it", "no"]
|
||||
[blackfriday]
|
||||
hrefTargetBlank = true
|
||||
fractions = false
|
||||
smartDashes = false
|
||||
|
||||
[frontmatter]
|
||||
date = ["date", ":filename", "publishDate", "lastmod"]
|
||||
|
||||
Reference in New Issue
Block a user