config.toml: allow unsafe markup interpretation for Zutaten-tables
This commit is contained in:
parent
ed3393f631
commit
71331d0c22
|
@ -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
|
Loading…
Reference in New Issue