Add basic support for callouts

This commit is contained in:
Endeavorance 2025-06-06 11:50:03 -04:00
parent b280b29df6
commit 5687f3b02b
5 changed files with 265 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"module": "index.ts",
"type": "module",
"private": true,
"version": "0.1.0",
"version": "0.2.0",
"devDependencies": {
"@types/bun": "latest"
},
@ -13,6 +13,7 @@
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@endeavorance/emdy": "^1.0.0",
"rehype-callouts": "^2.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",