Skip to content

Commit

Permalink
Add table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 13, 2016
1 parent 69a5331 commit 210f16a
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,44 @@ re-created.

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

## Table of Contents

* [AST](#ast)

* [Root](#root)
* [Paragraph](#paragraph)
* [Blockquote](#blockquote)
* [Heading](#heading)
* [Code](#code)
* [InlineCode](#inlinecode)
* [YAML](#yaml)
* [HTML](#html)
* [List](#list)
* [ListItem](#listitem)
* [Table](#table)
* [TableRow](#tablerow)
* [TableCell](#tablecell)
* [ThematicBreak](#thematicbreak)
* [Break](#break)
* [Emphasis](#emphasis)
* [Strong](#strong)
* [Delete](#delete)
* [Link](#link)
* [Image](#image)
* [Footnote](#footnote)
* [LinkReference](#linkreference)
* [ImageReference](#imagereference)
* [FootnoteReference](#footnotereference)
* [Definition](#definition)
* [FootnoteDefinition](#footnotedefinition)
* [TextNode](#textnode)

* [List of Utilities](#list-of-utilities)

* [Related](#related)

* [License](#license)

## AST

### `Root`
Expand Down

0 comments on commit 210f16a

Please sign in to comment.