summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2025-03-05 21:18:10 -0800
committerrtk0c <[email protected]>2025-03-05 21:18:10 -0800
commit21cfb54c65aa62f50a5513a76ed5611f31ec700a (patch)
treefb3dfd8ddfa542c71e4a782cd6dc52460a992e9e
parent945f151228d3c65ea89ae0ad66f5dc54f80c3c9a (diff)
Allow <kbd> 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...
-rw-r--r--hugo.yaml5
1 files changed, 5 insertions, 0 deletions
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