@@ -16,9 +16,9 @@ When parsing (`from-markdown`), must be combined with
16
16
This utility handles parsing and serializing.
17
17
See [ ` micromark-extension-mdx-expression ` ] [ extension ] for how the syntax works.
18
18
19
- You probably should use either ` micromark-extension-mdx ` with ` mdast-util- mdx`
20
- or ` micromark-extension-mdxjs ` with ` mdast-util-mdxjs ` (which both include this
21
- package) to support all of MDX or MDX.js.
19
+ You probably should use either [ ` micromark-extension-mdx ` ] [ mdx ] or
20
+ [ ` micromark-extension-mdxjs ` ] [ mdxjs ] with [ ` mdast-util-mdx ` ] [ mdast-util-mdx ]
21
+ (which both include this package) to support all of MDX ( or MDX.js) .
22
22
Or use it all through ` remark-mdx ` or ` remark-mdxjs ` (** [ remark] [ ] ** ).
23
23
24
24
## Install
@@ -213,10 +213,8 @@ type PhrasingContentMdxExpression = MDXTextExpression | PhrasingContent
213
213
— mdast parser using ` micromark ` to create mdast from markdown
214
214
* [ ` syntax-tree/mdast-util-to-markdown ` ] [ to-markdown ]
215
215
— mdast serializer to create markdown from mdast
216
- * ` syntax-tree/mdast-util-mdx `
216
+ * [ ` syntax-tree/mdast-util-mdx ` ] [ mdast-util-mdx ]
217
217
— mdast utility to support MDX
218
- * ` syntax-tree/mdast-util-mdxjs `
219
- — mdast utility to support MDX.js
220
218
* [ ` micromark/micromark ` ] [ micromark ]
221
219
— the smallest commonmark-compliant markdown parser that exists
222
220
* [ ` micromark/micromark-extension-mdx-expression ` ] [ extension ]
@@ -288,6 +286,12 @@ abide by its terms.
288
286
289
287
[ extension ] : https://github.com/micromark/micromark-extension-mdxjs-esm
290
288
289
+ [ mdx ] : https://github.com/micromark/micromark-extension-mdx
290
+
291
+ [ mdxjs ] : https://github.com/micromark/micromark-extension-mdxjs
292
+
293
+ [ mdast-util-mdx ] : https://github.com/syntax-tree/mdast-util-mdx
294
+
291
295
[ estree ] : https://github.com/estree/estree
292
296
293
297
[ dfn-literal ] : https://github.com/syntax-tree/mdast#literal
0 commit comments