From 9d12b47bbb296f3d031906484277db9afbf0e2b8 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:55:39 +0200 Subject: [PATCH] docs: allow unsafe HTML Enable rendering of unsafe HTML in Markdown files Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- docs/hugo.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/hugo.yaml b/docs/hugo.yaml index b307411d..4d5c75c9 100644 --- a/docs/hugo.yaml +++ b/docs/hugo.yaml @@ -3,6 +3,11 @@ languageCode: en-us title: CNCF Distribution theme: hugo-geekdoc +markup: + goldmark: + renderer: + unsafe: true + pluralizeListTitles: false enableRobotsTXT: true taxonomies: [tags]