From 6f434391b941808b46adbb1ed64ea1e44f750497 Mon Sep 17 00:00:00 2001 From: TruongQuangSB <131350493+TruongQuangSB@users.noreply.github.com> Date: Fri, 6 Feb 2026 11:43:28 +0100 Subject: [PATCH] News: hugo transform expanded --- web/news/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/news/config.toml b/web/news/config.toml index a788526637..652b7e4b6f 100644 --- a/web/news/config.toml +++ b/web/news/config.toml @@ -44,3 +44,8 @@ themesDir = "../hugothemes/themes" [security] [security.exec] allow = ['asciidoctor'] + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true