Skip to content

Commit cf39c9e

Browse files
committed
Add table of contents
1 parent 2ba54c0 commit cf39c9e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

readme.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**H**ypertext **A**bstract **S**yntax **T**ree format.
44

5-
***
5+
* * *
66

77
**HAST** discloses HTML as an abstract syntax tree. _Abstract_
88
means not all information is stored in this tree and an exact replica
@@ -26,6 +26,17 @@ The reason for introducing a new “virtual” DOM is primarily:
2626

2727
This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
2828

29+
## Table of Contents
30+
31+
* [List of Utilities](#list-of-utilities)
32+
* [AST](#ast)
33+
* [Root](#root)
34+
* [Element](#element)
35+
* [Doctype](#doctype)
36+
* [Comment](#comment)
37+
* [Text](#text)
38+
* [Related](#related)
39+
2940
## List of Utilities
3041

3142
<!--lint disable list-item-spacing-->

0 commit comments

Comments
 (0)