Skip to content

Commit 50756b0

Browse files
authored
feat: add mdx support (#845)
1 parent b5cf0a0 commit 50756b0

14 files changed

Lines changed: 601 additions & 32 deletions

File tree

package-lock.json

Lines changed: 188 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@node-core/doc-kit",
33
"type": "module",
4-
"version": "1.3.10",
4+
"version": "1.4.0",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/nodejs/doc-kit.git"
@@ -74,6 +74,7 @@
7474
"rehype-recma": "^1.0.0",
7575
"rehype-stringify": "^10.0.1",
7676
"remark-gfm": "^4.0.1",
77+
"remark-mdx": "^3.1.1",
7778
"remark-parse": "^11.0.0",
7879
"remark-rehype": "^11.1.2",
7980
"remark-stringify": "^11.0.0",

0 commit comments

Comments
 (0)