File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ transformation by plug-ins, and compiling the syntax tree to something else.
10
10
11
11
This document explains some terminology relating to
12
12
[ ** retext** ] ( https://github.com/wooorm/retext ) ,
13
- [ ** mdast** ] ( https://github.com/wooorm/mdast ) , and their related projects.
13
+ [ ** mdast** ] ( https://github.com/wooorm/mdast ) , [ ** hast** ] ( https://github.com/wooorm/hast ) ,
14
+ and their related projects.
14
15
15
16
## Unist nodes
16
17
@@ -37,8 +38,9 @@ This document explains some terminology relating to
37
38
must not have a ` position ` .
38
39
39
40
See [ ** nlcst** ] ( https://github.com/wooorm/nlcst ) for more information
40
- on ** retext** nodes, and [ ` mdast/doc/mdastnode.7.md ` ] ( https://github.com/wooorm/mdast/blob/master/doc/mdastnode.7.md )
41
- for information on ** mdast** nodes.
41
+ on ** retext** nodes, [ ` mdast/doc/mdastnode.7.md ` ] ( https://github.com/wooorm/mdast/blob/master/doc/mdastnode.7.md )
42
+ for information on ** mdast** nodes, and [ ` hast#nodes ` ] ( https://github.com/wooorm/hast#nodes )
43
+ for information on ** hast** nodes.
42
44
43
45
## Unist files
44
46
You can’t perform that action at this time.
0 commit comments