@@ -14,6 +14,44 @@ re-created. |
|
|
14 |
14 |
|
15 |
15 |
This document describes version 2.0.0 of **MDAST**. [Changelog »][changelog]. |
16 |
16 |
|
|
17 |
+## Table of Contents |
|
18 |
+ |
|
19 |
+* [AST](#ast) |
|
20 |
+ |
|
21 |
+* [Root](#root) |
|
22 |
+* [Paragraph](#paragraph) |
|
23 |
+* [Blockquote](#blockquote) |
|
24 |
+* [Heading](#heading) |
|
25 |
+* [Code](#code) |
|
26 |
+* [InlineCode](#inlinecode) |
|
27 |
+* [YAML](#yaml) |
|
28 |
+* [HTML](#html) |
|
29 |
+* [List](#list) |
|
30 |
+* [ListItem](#listitem) |
|
31 |
+* [Table](#table) |
|
32 |
+* [TableRow](#tablerow) |
|
33 |
+* [TableCell](#tablecell) |
|
34 |
+* [ThematicBreak](#thematicbreak) |
|
35 |
+* [Break](#break) |
|
36 |
+* [Emphasis](#emphasis) |
|
37 |
+* [Strong](#strong) |
|
38 |
+* [Delete](#delete) |
|
39 |
+* [Link](#link) |
|
40 |
+* [Image](#image) |
|
41 |
+* [Footnote](#footnote) |
|
42 |
+* [LinkReference](#linkreference) |
|
43 |
+* [ImageReference](#imagereference) |
|
44 |
+* [FootnoteReference](#footnotereference) |
|
45 |
+* [Definition](#definition) |
|
46 |
+* [FootnoteDefinition](#footnotedefinition) |
|
47 |
+* [TextNode](#textnode) |
|
48 |
+ |
|
49 |
+* [List of Utilities](#list-of-utilities) |
|
50 |
+ |
|
51 |
+* [Related](#related) |
|
52 |
+ |
|
53 |
+* [License](#license) |
|
54 |
+ |
17 |
55 |
## AST |
18 |
56 |
|
19 |
57 |
### `Root` |