@@ -16,9 +16,9 @@ When parsing (`from-markdown`), must be combined with
1616This utility handles parsing and serializing.
1717See [ ` micromark-extension-mdx-jsx ` ] [ 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
@@ -311,10 +311,8 @@ type MDXJsxPhrasingContent = MDXJsxTextElement | PhrasingContent
311311 — mdast parser using ` micromark ` to create mdast from markdown
312312* [ ` syntax-tree/mdast-util-to-markdown ` ] [ to-markdown ]
313313 — mdast serializer to create markdown from mdast
314- * ` syntax-tree/mdast-util-mdx `
314+ * [ ` syntax-tree/mdast-util-mdx ` ] [ mdast-util-mdx ]
315315 — mdast utility to support all of MDX
316- * ` syntax-tree/mdast-util-mdxjs `
317- — mdast utility to support all of MDX.js
318316* [ ` micromark/micromark ` ] [ micromark ]
319317 — the smallest commonmark-compliant markdown parser that exists
320318* [ ` micromark/micromark-extension-mdx-jsx ` ] [ extension ]
@@ -384,6 +382,12 @@ abide by its terms.
384382
385383[ extension ] : https://github.com/micromark/micromark-extension-mdxjs-esm
386384
385+ [ mdx ] : https://github.com/micromark/micromark-extension-mdx
386+
387+ [ mdxjs ] : https://github.com/micromark/micromark-extension-mdxjs
388+
389+ [ mdast-util-mdx ] : https://github.com/syntax-tree/mdast-util-mdx
390+
387391[ quote ] : https://github.com/syntax-tree/mdast-util-to-markdown#optionsquote
388392
389393[ estree ] : https://github.com/estree/estree
0 commit comments