ref $91 trace removed

This commit is contained in:
Sergey Chernov 2025-12-08 18:52:38 +01:00
parent 8750040926
commit b73891d19b

View File

@ -502,7 +502,6 @@
if (node.nodeType === Node.ELEMENT_NODE) {
const kotlinBlocks = node.querySelectorAll('code.language-kotlin');
kotlinBlocks.forEach((block) => {
console.log('Found Kotlin code block:', block.textContent);
hljs.highlightElement(block);
});
}