From 1bac6d178bc76db9fc719fccb710de9002833507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 17 Jul 2020 18:08:58 +0200 Subject: [PATCH] config: enable html in markdown, and render markdown as xhtml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 1a52327..94c524d 100644 --- a/config.toml +++ b/config.toml @@ -37,3 +37,8 @@ isPlainText = true [outputs] home = ["HTML", "Atom"] + +[markup.goldmark] +[markup.goldmark.renderer] +unsafe = true +xhtml = true