config.toml: allow unsafe markup interpretation for Zutaten-tables

This commit is contained in:
Rico Ullmann 2022-04-02 22:33:37 +02:00
parent ed3393f631
commit 71331d0c22
Signed by: rullmann
GPG Key ID: AE1066B5BD0B5041
1 changed files with 7 additions and 1 deletions

View File

@ -2,4 +2,10 @@ baseURL = "https://recipes.ullmann.space/"
languageCode = "de-de"
title = "Mein kleines Kochbuch"
theme = "terminal-cookbook"
style = "sans_dark"
style = "sans_dark"
[markup]
defaultMarkdownHandler = 'goldmark'
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true