@@ -18,6 +18,16 @@ This document explains some terminology relating to [**retext**][retext], |
|
|
18 |
18 |
This document may not be released. See [releases][] for released |
19 |
19 |
documents. |
20 |
20 |
|
|
21 |
+## Table of Contents |
|
22 |
+ |
|
23 |
+* [Unist nodes](#unist-nodes) |
|
24 |
+* [Node](#node) |
|
25 |
+* [Parent](#parent) |
|
26 |
+* [Text](#text) |
|
27 |
+* [Unist files](#unist-files) |
|
28 |
+* [Unist utilities](#unist-utilities) |
|
29 |
+* [List of Utilities](#list-of-utilities) |
|
30 |
+ |
21 |
31 |
## Unist nodes |
22 |
32 |
|
23 |
33 |
Subsets of Unist can define new properties on new nodes, and plug-ins |