Skip to content

Commit 6b30d1d

Browse files
authored
Merge pull request #20629 from tengqm/fix-not-so-smart-dashes
Disable "smartDashes" in blackfriday
2 parents 81735d8 + 1856c0f commit 6b30d1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ disableLanguages = ["hi", "it", "no"]
3131
[blackfriday]
3232
hrefTargetBlank = true
3333
fractions = false
34+
smartDashes = false
3435

3536
[frontmatter]
3637
date = ["date", ":filename", "publishDate", "lastmod"]

0 commit comments

Comments
 (0)