Skip to content

Commit

Permalink
Revert to BlackFriday id Goldmark issues cannot be fixed. (#11333)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Van Norman authored May 23, 2022
1 parent 2e38fcc commit ac2aea9
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ staticDir = ["static", "generated"]
disableAliases = true

[markup]
defaultMarkdownHandler = "blackfriday"
[markup.blackfriday]
angledQuotes = false
footnoteAnchorPrefix = ""
footnoteReturnLinkContents = ""
fractions = true
hrefTargetBlank = false
latexDashes = true
nofollowLinks = false
noreferrerLinks = false
plainIDAnchors = true
skipHTML = false
smartDashes = true
smartypants = true
smartypantsQuotesNBSP = false
taskLists = true
extensions = [""]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
Expand Down Expand Up @@ -96,7 +113,7 @@ disableAliases = true
name = "About"
title = "About section"
weight = 1

[[menu.main]]
identifier = "service-mesh"
name = "Service mesh"
Expand Down Expand Up @@ -179,7 +196,7 @@ disableAliases = true
name = "关于"
title = "关于部分"
weight = 1

[[languages.zh.menu.main]]
identifier = "service-mesh"
name = "服务网格"
Expand Down

0 comments on commit ac2aea9

Please sign in to comment.