From 71331d0c22d7477593a1ce653d6a7fd1753e302a Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Sat, 2 Apr 2022 22:33:37 +0200 Subject: [PATCH] config.toml: allow unsafe markup interpretation for Zutaten-tables --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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