From 586cf5742a980f1052e3e6e7c41221a3885c5865 Mon Sep 17 00:00:00 2001 From: gribse Date: Tue, 3 Jun 2025 20:44:39 +0200 Subject: [PATCH] display wikilink images (ne marche pas) --- hugo.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hugo.yml b/hugo.yml index b306217..14142d7 100644 --- a/hugo.yml +++ b/hugo.yml @@ -64,6 +64,13 @@ params: showLastMod: true +markup: + goldmark: + parser: + attribute: + block: true + wrapStandAloneImageWithinParagraph: false + outputFormats: RSS: baseName: "feed"