Skip to content

Commit

Permalink
feat: basic markdown loader
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Aug 3, 2022
1 parent 8ce5305 commit 8509da2
Show file tree
Hide file tree
Showing 8 changed files with 786 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@
},
"dependencies": {
"@umijs/core": "^4.0.9",
"estree-util-to-js": "^1.1.0",
"hast-util-to-estree": "^2.1.0",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"umi": "^4.0.9",
"unified": "^10.1.2",
"v8-compile-cache": "2.3.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 8509da2

Please sign in to comment.