@@ -14,8 +14,8 @@ Extension for [`mdast-util-from-markdown`][from-markdown] and/or
14
14
When parsing (` from-markdown ` ), must be combined with either
15
15
[ ` micromark-extension-mdx ` ] [ mdx ] or [ ` micromark-extension-mdxjs ` ] [ mdxjs ] .
16
16
17
- You might instead want to use this package through ` remark-mdx ` or
18
- ` remark-mdxjs ` with ** [ remark] [ ] ** .
17
+ You might instead want to use this package through [ ` remark-mdx ` ] [ remark-mdx ]
18
+ with ** [ remark] [ ] ** .
19
19
20
20
Alternatively, the extensions can be used separately:
21
21
@@ -220,10 +220,8 @@ There are no options.
220
220
221
221
* [ ` remarkjs/remark ` ] [ remark ]
222
222
— markdown processor powered by plugins
223
- * ` remarkjs/remark-mdx `
224
- — remark plugin to support MDX
225
- * ` remarkjs/remark-mdxjs `
226
- — remark plugin to support MDX.js
223
+ * [ ` remarkjs/remark-mdx ` ] [ remark-mdx ]
224
+ — remark plugin to support MDX (or MDX.js)
227
225
* [ ` micromark/micromark ` ] [ micromark ]
228
226
— the smallest commonmark-compliant markdown parser that exists
229
227
* [ ` micromark/micromark-extension-mdx ` ] [ mdx ]
@@ -302,3 +300,5 @@ abide by its terms.
302
300
[ mdx ] : https://github.com/micromark/micromark-extension-mdx
303
301
304
302
[ mdxjs ] : https://github.com/micromark/micromark-extension-mdxjs
303
+
304
+ [ remark-mdx ] : https://github.com/mdx-js/mdx/tree/next/packages/remark-mdx
0 commit comments