config: enable html in markdown, and render markdown as xhtml
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
274a1393a8
commit
1bac6d178b
1 changed files with 5 additions and 0 deletions
|
@ -37,3 +37,8 @@ isPlainText = true
|
|||
|
||||
[outputs]
|
||||
home = ["HTML", "Atom"]
|
||||
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
xhtml = true
|
||||
|
|
Loading…
Reference in a new issue