document.addEventListener("DOMContentLoaded", () => {
if (typeof hljs === "undefined") return;
hljs.highlightAll();
if (typeof hljs.initLineNumbersOnLoad === "function") {
hljs.initLineNumbersOnLoad();
}
});
document.addEventListener("DOMContentLoaded", () => {
if (typeof hljs === "undefined") return;
hljs.highlightAll();
if (typeof hljs.initLineNumbersOnLoad === "function") {
hljs.initLineNumbersOnLoad();
}
});