From a2e3db38b94fa10bcd2d54d777ce0c58cfa9371a Mon Sep 17 00:00:00 2001 From: Josh Dzielak Date: Mon, 24 Feb 2020 13:00:24 +0100 Subject: [PATCH] Cleanup markdown section in config.toml --- exampleSite/config.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 80bd6b2..90c91ed 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,11 +12,7 @@ themesDir = "../" [author] name = "Josh Dzielak" -# as of hugo 0.60 goldmark is the default -# reveal-hugo doesn't support goldmark yet -# so force to black friday -[markup] -# defaultMarkdownHandler = "blackfriday" +# currently only the unsafe mode for goldmark is supported [markup.goldmark.renderer] unsafe = true