|
12 | 12 |
|
13 | 13 | ## Contents |
14 | 14 |
|
15 | | -* [What is this?](#what-is-this) |
16 | | -* [When should I use this?](#when-should-i-use-this) |
17 | | -* [Install](#install) |
18 | | -* [Use](#use) |
19 | | -* [API](#api) |
20 | | - * [`toHtml(tree[, options])`](#tohtmltree-options) |
21 | | - * [`CharacterReferences`](#characterreferences) |
22 | | - * [`Options`](#options) |
23 | | - * [`Quote`](#quote-1) |
24 | | - * [`Space`](#space-1) |
25 | | -* [Syntax](#syntax) |
26 | | -* [Types](#types) |
27 | | -* [Compatibility](#compatibility) |
28 | | -* [Security](#security) |
29 | | -* [Related](#related) |
30 | | -* [Contribute](#contribute) |
31 | | -* [License](#license) |
| 15 | +* [What is this?](#what-is-this) |
| 16 | +* [When should I use this?](#when-should-i-use-this) |
| 17 | +* [Install](#install) |
| 18 | +* [Use](#use) |
| 19 | +* [API](#api) |
| 20 | + * [`toHtml(tree[, options])`](#tohtmltree-options) |
| 21 | + * [`CharacterReferences`](#characterreferences) |
| 22 | + * [`Options`](#options) |
| 23 | + * [`Quote`](#quote-1) |
| 24 | + * [`Space`](#space-1) |
| 25 | +* [Syntax](#syntax) |
| 26 | +* [Types](#types) |
| 27 | +* [Compatibility](#compatibility) |
| 28 | +* [Security](#security) |
| 29 | +* [Related](#related) |
| 30 | +* [Contribute](#contribute) |
| 31 | +* [License](#license) |
32 | 32 |
|
33 | 33 | ## What is this? |
34 | 34 |
|
@@ -116,10 +116,10 @@ Serialize hast as HTML. |
116 | 116 |
|
117 | 117 | ###### Parameters |
118 | 118 |
|
119 | | -* `tree` ([`Node`][node] or `Array<Node>`) |
120 | | - — tree to serialize |
121 | | -* `options` ([`Options`][api-options], optional) |
122 | | - — configuration |
| 119 | +* `tree` ([`Node`][node] or `Array<Node>`) |
| 120 | + — tree to serialize |
| 121 | +* `options` ([`Options`][api-options], optional) |
| 122 | + — configuration |
123 | 123 |
|
124 | 124 | ###### Returns |
125 | 125 |
|
@@ -365,8 +365,8 @@ Use [`hast-util-santize`][hast-util-sanitize] to make the hast tree safe. |
365 | 365 |
|
366 | 366 | ## Related |
367 | 367 |
|
368 | | -* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize) |
369 | | - — sanitize hast |
| 368 | +* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize) |
| 369 | + — sanitize hast |
370 | 370 |
|
371 | 371 | ## Contribute |
372 | 372 |
|
|
0 commit comments