@@ -16,9 +16,9 @@ When parsing (`from-markdown`), must be combined with
1616This utility handles parsing and serializing.
1717See [ ` micromark-extension-mdx-expression ` ] [ extension ] for how the syntax works.
1818
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) .
2222Or use it all through ` remark-mdx ` or ` remark-mdxjs ` (** [ remark] [ ] ** ).
2323
2424## Install
@@ -213,10 +213,8 @@ type PhrasingContentMdxExpression = MDXTextExpression | PhrasingContent
213213 — mdast parser using ` micromark ` to create mdast from markdown
214214* [ ` syntax-tree/mdast-util-to-markdown ` ] [ to-markdown ]
215215 — mdast serializer to create markdown from mdast
216- * ` syntax-tree/mdast-util-mdx `
216+ * [ ` syntax-tree/mdast-util-mdx ` ] [ mdast-util-mdx ]
217217 — mdast utility to support MDX
218- * ` syntax-tree/mdast-util-mdxjs `
219- — mdast utility to support MDX.js
220218* [ ` micromark/micromark ` ] [ micromark ]
221219 — the smallest commonmark-compliant markdown parser that exists
222220* [ ` micromark/micromark-extension-mdx-expression ` ] [ extension ]
@@ -288,6 +286,12 @@ abide by its terms.
288286
289287[ extension ] : https://github.com/micromark/micromark-extension-mdxjs-esm
290288
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+
291295[ estree ] : https://github.com/estree/estree
292296
293297[ dfn-literal ] : https://github.com/syntax-tree/mdast#literal
0 commit comments