From 7aec99b38dc2668c6139bf71855535ace41c123c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 22 Jul 2024 00:29:08 +0200 Subject: [PATCH] docs: adjust to Hugo 0.128.0 coming with changes to extension handling --- exampleSite/config/_default/hugo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exampleSite/config/_default/hugo.toml b/exampleSite/config/_default/hugo.toml index a8517a382c..de428d9939 100644 --- a/exampleSite/config/_default/hugo.toml +++ b/exampleSite/config/_default/hugo.toml @@ -68,9 +68,12 @@ summaryLength = 10 renderer.unsafe = true [markup.goldmark.extensions] + strikethrough = false # use Markdown extensions for this showcase [markup.goldmark.extensions.extras] + [markup.goldmark.extensions.extras.delete] + enable = true [markup.goldmark.extensions.extras.insert] enable = true [markup.goldmark.extensions.extras.mark]