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"