Crawl4AI / docs /md_v2 /assets /highlight_init.js
amaye15
test
03c0888
raw
history blame contribute delete
172 Bytes
document.addEventListener('DOMContentLoaded', (event) => {
document.querySelectorAll('pre code').forEach((block) => {
hljs.highlightBlock(block);
});
});