From 9550af4ab09ff9dd44907022c9aa0bdce12b9094 Mon Sep 17 00:00:00 2001 From: Andreas Deininger <andreas@deininger.net> Date: Thu, 16 Jan 2025 00:59:59 +0000 Subject: [PATCH] Example site: fix warning with latest hugo version (#947) --- exampleSite/hugo.toml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 0b5c51b..dc13a0e 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -13,8 +13,12 @@ # Enable Disqus comments # shortname = "yourdiscussshortname" +[markup] [markup.highlight] noClasses = false +[markup.goldmark] +[markup.goldmark.renderer] +unsafe = true [params] author = "John Doe" -- Gitblit v1.10.0