Skip to content

Commit 210f16a

Browse files
committed
Add table of contents
1 parent 69a5331 commit 210f16a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

readme.md

+38
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,44 @@ re-created.
1414

1515
This document describes version 2.0.0 of **MDAST**. [Changelog »][changelog].
1616

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+
1755
## AST
1856

1957
### `Root`

0 commit comments

Comments
 (0)