Merge pull request #21272 from kbhawkey/kb-typography-ext-add

parser typographer setting, en-dash
pull/21622/head
Kubernetes Prow Robot 2020-06-09 14:58:05 -07:00 committed by GitHub
commit cc45193ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ disableLanguages = ["hi", "no"]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.extensions]
definitionList = true
table = true
typographer = false
[markup.highlight]
codeFences = true
guessSyntax = false