allow for HTML in markdown
This commit is contained in:
parent
95fbcba77e
commit
de9e594785
1 changed files with 6 additions and 2 deletions
|
@ -25,13 +25,17 @@ disableKinds = ["RSS", "sitemap"]
|
|||
[outputs]
|
||||
list = ["html", "js"]
|
||||
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
[markup.tableOfContents]
|
||||
endLevel=4
|
||||
ordered = true
|
||||
startLevel = 1
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
|
||||
[module]
|
||||
# replacement allow for easier local development
|
||||
replacements = "git.sandpoints.org/Drawwell/SandpointsTheme -> /home/m/devel/SandpointsTheme"
|
||||
[[module.imports]]
|
||||
path = "git.sandpoints.org/Drawwell/SandpointsTheme"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue