From 21cfb54c65aa62f50a5513a76ed5611f31ec700a Mon Sep 17 00:00:00 2001 From: rtk0c Date: Wed, 5 Mar 2025 21:18:10 -0800 Subject: Allow etc. https://discourse.gohugo.io/t/html-elements-kbd-mark-br-etc/49138 I also need to switch to a theme that properly styles this... --- hugo.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hugo.yaml') diff --git a/hugo.yaml b/hugo.yaml index 0609c1d..9cee916 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -53,3 +53,8 @@ params: ShowAllPagesInArchive: true ShowPageNums: true ShowToc: true + +markup: + goldmark: + renderer: + unsafe: true -- cgit v1.3.1