|
12 | 12 |
|
13 | 13 | ## Contents
|
14 | 14 |
|
15 |
| -* [What is this?](#what-is-this) |
16 |
| -* [When to use this](#when-to-use-this) |
17 |
| -* [Install](#install) |
18 |
| -* [Use](#use) |
19 |
| -* [API](#api) |
20 |
| - * [`mdxExpressionFromMarkdown()`](#mdxexpressionfrommarkdown) |
21 |
| - * [`mdxExpressionToMarkdown()`](#mdxexpressiontomarkdown) |
22 |
| - * [`MdxFlowExpression`](#mdxflowexpression) |
23 |
| - * [`MdxTextExpression`](#mdxtextexpression) |
24 |
| - * [`MdxFlowExpressionHast`](#mdxflowexpressionhast) |
25 |
| - * [`MdxTextExpressionHast`](#mdxtextexpressionhast) |
26 |
| -* [HTML](#html) |
27 |
| -* [Syntax](#syntax) |
28 |
| -* [Syntax tree](#syntax-tree) |
29 |
| - * [Nodes](#nodes) |
30 |
| - * [Content model](#content-model) |
31 |
| -* [Types](#types) |
32 |
| -* [Compatibility](#compatibility) |
33 |
| -* [Related](#related) |
34 |
| -* [Contribute](#contribute) |
35 |
| -* [License](#license) |
| 15 | +* [What is this?](#what-is-this) |
| 16 | +* [When to use this](#when-to-use-this) |
| 17 | +* [Install](#install) |
| 18 | +* [Use](#use) |
| 19 | +* [API](#api) |
| 20 | + * [`mdxExpressionFromMarkdown()`](#mdxexpressionfrommarkdown) |
| 21 | + * [`mdxExpressionToMarkdown()`](#mdxexpressiontomarkdown) |
| 22 | + * [`MdxFlowExpression`](#mdxflowexpression) |
| 23 | + * [`MdxTextExpression`](#mdxtextexpression) |
| 24 | + * [`MdxFlowExpressionHast`](#mdxflowexpressionhast) |
| 25 | + * [`MdxTextExpressionHast`](#mdxtextexpressionhast) |
| 26 | +* [HTML](#html) |
| 27 | +* [Syntax](#syntax) |
| 28 | +* [Syntax tree](#syntax-tree) |
| 29 | + * [Nodes](#nodes) |
| 30 | + * [Content model](#content-model) |
| 31 | +* [Types](#types) |
| 32 | +* [Compatibility](#compatibility) |
| 33 | +* [Related](#related) |
| 34 | +* [Contribute](#contribute) |
| 35 | +* [License](#license) |
36 | 36 |
|
37 | 37 | ## What is this?
|
38 | 38 |
|
@@ -418,12 +418,12 @@ This utility works with `mdast-util-from-markdown` version 2+ and
|
418 | 418 |
|
419 | 419 | ## Related
|
420 | 420 |
|
421 |
| -* [`remarkjs/remark-mdx`][remark-mdx] |
422 |
| - — remark plugin to support MDX |
423 |
| -* [`syntax-tree/mdast-util-mdx`][mdast-util-mdx] |
424 |
| - — mdast utility to support MDX |
425 |
| -* [`micromark/micromark-extension-mdx-expression`][extension] |
426 |
| - — micromark extension to parse MDX expressions |
| 421 | +* [`remarkjs/remark-mdx`][remark-mdx] |
| 422 | + — remark plugin to support MDX |
| 423 | +* [`syntax-tree/mdast-util-mdx`][mdast-util-mdx] |
| 424 | + — mdast utility to support MDX |
| 425 | +* [`micromark/micromark-extension-mdx-expression`][extension] |
| 426 | + — micromark extension to parse MDX expressions |
427 | 427 |
|
428 | 428 | ## Contribute
|
429 | 429 |
|
|
0 commit comments