rework layout and add table of contents

This commit is contained in:
2023-08-21 22:16:17 -07:00
parent 33d6838dc4
commit 5817d94043
8 changed files with 174 additions and 65 deletions

View File

@@ -15,7 +15,8 @@
"svelte-preprocess": "^4.9.8",
"unist-util-visit": "^5.0.0",
"unist-util-find": "^2.0.0",
"hast-util-to-text": "^3.1.2"
"hast-util-to-text": "^3.1.2",
"mdast-util-to-string": "^4.0.0"
},
"type": "module"
}