rework rehype plugin

This commit is contained in:
2023-08-19 12:45:02 -07:00
parent b68220fa2e
commit 8272a4bd43
7 changed files with 451 additions and 54 deletions

View File

@@ -12,7 +12,10 @@
"mdsvex": "^0.9.8",
"node-sass": "^6.0.1",
"svelte": "^3.42.6",
"svelte-preprocess": "^4.9.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"
},
"type": "module"
}