Allow raw HTML

This commit is contained in:
Tobias Manske 2021-04-16 02:00:49 +02:00
parent 0a59aad81c
commit 102663bd15
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ enableRobotsTXT = true
useClasses = true
tabWidth = 2
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 3
ordered = false