refactor: rebase from hard fork into soft fork that follows upstream

This commit is contained in:
z0x 2025-03-23 19:17:50 -04:00
parent 021accda4e
commit 8560239425
59 changed files with 2419 additions and 11935 deletions

View file

@ -17,6 +17,7 @@ function buildToc(headings: Heading[]): Heading[] {
const toc: Heading[] = []
const stack: Heading[] = []
// biome-ignore lint/complexity/noForEach: <explanation>
headings.forEach((h) => {
const heading = { ...h, subheadings: [] }