Fix code highlighting

This commit is contained in:
Christoph Hagen 2025-02-28 19:25:14 +01:00
parent 5d4b3f715e
commit 80e90c4055

View File

@ -1,7 +1,7 @@
struct OtherCodeBlock { struct OtherCodeBlock {
private let codeHighlightFooter = "<script>hljs.highlightAll();</script>" private let codeHighlightFooter = "<script> document.addEventListener('DOMContentLoaded', () => { hljs.highlightAll(); });</script>"
let results: PageGenerationResults let results: PageGenerationResults