converted two more devlogs to markdown

This commit is contained in:
2025-12-04 23:01:50 +00:00
parent 95d0996c42
commit 312e6418aa
12 changed files with 151 additions and 286 deletions

View File

@@ -19,9 +19,6 @@
element.classList += "toc-level-" + getHeaderLevel(header);
element.href = `#${headerId}`;
element.innerHTML = `${(header as HTMLElement).innerHTML}`;
// var element = document.createElement("span");
// element.classList += "toc-level-" + getHeaderLevel(header);
// element.innerHTML = `<a href="#${headerId}">${(header as HTMLElement).innerHTML}</a>`;
container.appendChild(element);
});
});