We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba54c0 commit cf39c9eCopy full SHA for cf39c9e
readme.md
@@ -2,7 +2,7 @@
2
3
**H**ypertext **A**bstract **S**yntax **T**ree format.
4
5
-***
+* * *
6
7
**HAST** discloses HTML as an abstract syntax tree. _Abstract_
8
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:
26
27
This document describes version 1.0.0 of **HAST**. [Changelog »][changelog].
28
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
40
## List of Utilities
41
42
<!--lint disable list-item-spacing-->
0 commit comments