expand: add unsafe html to config to allow nested shortcodes

This commit is contained in:
Sören Weber 2021-07-16 23:15:04 +02:00
parent bc1de84fc5
commit a9e7e8f68b
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -24,6 +24,9 @@ relativeURLs = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe= true
[module]
[module.hugoVersion]
min = "0.25"