|
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 |
| - * [`gfmAutolinkLiteralFromMarkdown()`](#gfmautolinkliteralfrommarkdown) |
21 |
| - * [`gfmAutolinkLiteralToMarkdown()`](#gfmautolinkliteraltomarkdown) |
22 |
| -* [HTML](#html) |
23 |
| -* [Syntax](#syntax) |
24 |
| -* [Syntax tree](#syntax-tree) |
25 |
| -* [Types](#types) |
26 |
| -* [Compatibility](#compatibility) |
27 |
| -* [Related](#related) |
28 |
| -* [Contribute](#contribute) |
29 |
| -* [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 | + * [`gfmAutolinkLiteralFromMarkdown()`](#gfmautolinkliteralfrommarkdown) |
| 21 | + * [`gfmAutolinkLiteralToMarkdown()`](#gfmautolinkliteraltomarkdown) |
| 22 | +* [HTML](#html) |
| 23 | +* [Syntax](#syntax) |
| 24 | +* [Syntax tree](#syntax-tree) |
| 25 | +* [Types](#types) |
| 26 | +* [Compatibility](#compatibility) |
| 27 | +* [Related](#related) |
| 28 | +* [Contribute](#contribute) |
| 29 | +* [License](#license) |
30 | 30 |
|
31 | 31 | ## What is this?
|
32 | 32 |
|
@@ -233,13 +233,13 @@ This utility works with `mdast-util-from-markdown` version 2+ and
|
233 | 233 |
|
234 | 234 | ## Related
|
235 | 235 |
|
236 |
| -* [`remarkjs/remark-gfm`][remark-gfm] |
237 |
| - — remark plugin to support GFM |
238 |
| -* [`syntax-tree/mdast-util-gfm`][mdast-util-gfm] |
239 |
| - — same but all of GFM (autolink literals, footnotes, strikethrough, tables, |
240 |
| - tasklists) |
241 |
| -* [`micromark/micromark-extension-gfm-autolink-literal`][extension] |
242 |
| - — micromark extension to parse GFM autolink literals |
| 236 | +* [`remarkjs/remark-gfm`][remark-gfm] |
| 237 | + — remark plugin to support GFM |
| 238 | +* [`syntax-tree/mdast-util-gfm`][mdast-util-gfm] |
| 239 | + — same but all of GFM (autolink literals, footnotes, strikethrough, tables, |
| 240 | + tasklists) |
| 241 | +* [`micromark/micromark-extension-gfm-autolink-literal`][extension] |
| 242 | + — micromark extension to parse GFM autolink literals |
243 | 243 |
|
244 | 244 | ## Contribute
|
245 | 245 |
|
|
0 commit comments