diff --git a/config.toml b/config.toml index f7f45f8582..d5140694df 100644 --- a/config.toml +++ b/config.toml @@ -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