Support custom heading IDs

This commit is contained in:
Endeavorance 2025-06-07 10:51:22 -04:00
parent 5d5b2ffb68
commit 6afc96f332
4 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"module": "index.ts",
"type": "module",
"private": true,
"version": "0.3.0",
"version": "0.3.1",
"devDependencies": {
"@types/bun": "latest"
},
@ -17,6 +17,7 @@
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-custom-heading-id": "^2.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",