diff options
| author | rtk0c <[email protected]> | 2025-03-05 21:18:10 -0800 |
|---|---|---|
| committer | rtk0c <[email protected]> | 2025-03-05 21:18:10 -0800 |
| commit | 21cfb54c65aa62f50a5513a76ed5611f31ec700a (patch) | |
| tree | fb3dfd8ddfa542c71e4a782cd6dc52460a992e9e /hugo.yaml | |
| parent | 945f151228d3c65ea89ae0ad66f5dc54f80c3c9a (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...
Diffstat (limited to 'hugo.yaml')
| -rw-r--r-- | hugo.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -53,3 +53,8 @@ params: ShowAllPagesInArchive: true ShowPageNums: true ShowToc: true + +markup: + goldmark: + renderer: + unsafe: true |
