From aea62d5fca068293350931f34e95808cbe284053 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Fri, 3 Apr 2020 16:21:04 +0200 Subject: [PATCH] Add direct html for the new goldmark renderer --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 6575c2e..0c5950c 100644 --- a/config.toml +++ b/config.toml @@ -16,6 +16,12 @@ pygmentscodefencesguesssyntax = true footnoteReturnLinkContents = "↩" disqusShortname = "yourdiscussshortname" +[markup] + # defaultMarkdownHandler = "blackfriday" + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + [params] author = "Gregory Trolliet"