Custom mdast util
This commit is contained in:
parent
3d07dddef4
commit
f325cebda0
3 changed files with 63 additions and 15 deletions
|
@ -13,11 +13,12 @@
|
|||
"astro": "^2.3.0",
|
||||
"astro-compress": "^1.1.42",
|
||||
"less": "^4.1.3",
|
||||
"mdast-util-to-string": "^3.2.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"rehype-autolink-headings": "^6.1.1",
|
||||
"rehype-figure": "^1.0.1",
|
||||
"rehype-slug": "^5.1.0",
|
||||
"remark-unwrap-images": "^3.0.1"
|
||||
"remark-unwrap-images": "^3.0.1",
|
||||
"unist-util-select": "^4.0.3",
|
||||
"unist-util-visit": "^4.1.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue