Use unified, add header ids

This commit is contained in:
Endeavorance 2025-05-27 17:00:12 -04:00
parent 5c6ef03082
commit 6f4b2d20da
7 changed files with 271 additions and 6 deletions

View file

@ -3,7 +3,7 @@
"module": "index.ts",
"type": "module",
"private": true,
"version": "0.0.1",
"version": "0.1.0",
"devDependencies": {
"@types/bun": "latest"
},
@ -13,6 +13,12 @@
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@endeavorance/emdy": "^1.0.0",
"marked": "^15.0.12"
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"unified": "^11.0.5"
}
}