Duplicated from re-mind/Crawl4AI
03c0888
1
2
3
4
5
6
document.addEventListener('DOMContentLoaded', (event) => { document.querySelectorAll('pre code').forEach((block) => { hljs.highlightBlock(block); }); });