From 768a5b6844675f73d9c7a77b8b5801dc01100339 Mon Sep 17 00:00:00 2001 From: somratpro Date: Sun, 31 Oct 2021 10:48:35 +0600 Subject: added goldmark renderer as unsafe --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b1a8bdf..5271fa1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,6 +12,9 @@ googleAnalytics = "" # example : UA-123-45 [outputs] home = ["HTML", "RSS", "JSON"] +[markup.goldmark.renderer] +unsafe= true + # CSS Plugins [[params.plugins.css]] link = "plugins/bootstrap/bootstrap.min.css" -- cgit v1.2.3