allow for HTML in markdown

This commit is contained in:
Marcell Mars 2020-12-12 05:22:33 +01:00
parent 95fbcba77e
commit de9e594785

View file

@ -25,13 +25,17 @@ disableKinds = ["RSS", "sitemap"]
[outputs] [outputs]
list = ["html", "js"] list = ["html", "js"]
[markup]
[markup.tableOfContents] [markup.tableOfContents]
endLevel=4 endLevel=4
ordered = true ordered = true
startLevel = 1 startLevel = 1
[markup.goldmark.renderer]
unsafe = true
[module] [module]
# replacement allow for easier local development
replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
[[module.imports]] [[module.imports]]
path = "git.sandpoints.org/Drawwell/SandpointsTheme" path = "git.sandpoints.org/Drawwell/SandpointsTheme"