Skip to content

Commit 0d62cef

Browse files
authored
feat: Transform mdx (#23)
1 parent d117d0f commit 0d62cef

File tree

13 files changed

+907
-1
lines changed

13 files changed

+907
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@
8888
"@babel/parser": "^7.22.16",
8989
"@babel/plugin-syntax-jsx": "^7.22.5",
9090
"@babel/plugin-syntax-typescript": "^7.22.5",
91+
"@mdx-js/mdx": "^3.0.0",
9192
"@rollup/pluginutils": "^5.0.5",
9293
"@vue/compiler-dom": "^3.3.4",
9394
"magic-string": "^0.30.3",
95+
"unist-util-visit": "^5.0.0",
9496
"unplugin": "^1.4.0"
9597
},
9698
"devDependencies": {

0 commit comments

Comments
 (0)