Replace highlightBlock with highlightElement
This commit is contained in:
parent
f67495ec01
commit
eb5577e435
|
@ -19,6 +19,6 @@ hljs.registerLanguage('md', markdown);
|
||||||
|
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
document.querySelectorAll('pre code').forEach((block) => {
|
document.querySelectorAll('pre code').forEach((block) => {
|
||||||
hljs.highlightBlock(block);
|
hljs.highlightElement(block);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue