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.
1010
1111This document explains some terminology relating to
1212[ ** 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.
1415
1516## Unist nodes
1617
@@ -37,8 +38,9 @@ This document explains some terminology relating to
3738 must not have a ` position ` .
3839
3940See [ ** 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.
4244
4345## Unist files
4446
You can’t perform that action at this time.
0 commit comments