Push async version last changes for merge to main branch
This commit is contained in:
6
docs/md _sync/assets/highlight_init.js
Normal file
6
docs/md _sync/assets/highlight_init.js
Normal file
@@ -0,0 +1,6 @@
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
document.querySelectorAll('pre code').forEach((block) => {
|
||||
hljs.highlightBlock(block);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user