Fix code highlighting
This commit is contained in:
parent
5d4b3f715e
commit
80e90c4055
@ -1,7 +1,7 @@
|
||||
|
||||
struct OtherCodeBlock {
|
||||
|
||||
private let codeHighlightFooter = "<script>hljs.highlightAll();</script>"
|
||||
private let codeHighlightFooter = "<script> document.addEventListener('DOMContentLoaded', () => { hljs.highlightAll(); });</script>"
|
||||
|
||||
let results: PageGenerationResults
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user