Skip to content

Commit cc45193

Browse files
authored
Merge pull request #21272 from kbhawkey/kb-typography-ext-add
parser typographer setting, en-dash
2 parents 9b9ce1f + 53d511d commit cc45193

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ disableLanguages = ["hi", "no"]
2525
[markup.goldmark]
2626
[markup.goldmark.renderer]
2727
unsafe = true
28+
[markup.goldmark.extensions]
29+
definitionList = true
30+
table = true
31+
typographer = false
2832
[markup.highlight]
2933
codeFences = true
3034
guessSyntax = false

0 commit comments

Comments
 (0)