Support custom heading IDs
This commit is contained in:
parent
5d5b2ffb68
commit
6afc96f332
4 changed files with 12 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue