ref $91 trace removed
This commit is contained in:
parent
8750040926
commit
b73891d19b
@ -502,7 +502,6 @@
|
|||||||
if (node.nodeType === Node.ELEMENT_NODE) {
|
if (node.nodeType === Node.ELEMENT_NODE) {
|
||||||
const kotlinBlocks = node.querySelectorAll('code.language-kotlin');
|
const kotlinBlocks = node.querySelectorAll('code.language-kotlin');
|
||||||
kotlinBlocks.forEach((block) => {
|
kotlinBlocks.forEach((block) => {
|
||||||
console.log('Found Kotlin code block:', block.textContent);
|
|
||||||
hljs.highlightElement(block);
|
hljs.highlightElement(block);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user