diff --git a/config.toml b/config.toml index ff7e3f3..f727d2f 100644 --- a/config.toml +++ b/config.toml @@ -2,4 +2,10 @@ baseURL = "https://recipes.ullmann.space/" languageCode = "de-de" title = "Mein kleines Kochbuch" theme = "terminal-cookbook" -style = "sans_dark" \ No newline at end of file +style = "sans_dark" + +[markup] + defaultMarkdownHandler = 'goldmark' + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true \ No newline at end of file