config: enable html in markdown, and render markdown as xhtml

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2020-07-17 18:08:58 +02:00
parent 274a1393a8
commit 1bac6d178b
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2

View file

@ -37,3 +37,8 @@ isPlainText = true
[outputs]
home = ["HTML", "Atom"]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
xhtml = true