@@ -13,7 +13,7 @@ transforming it through plug-ins, and compiling the tree to something
13
13
else.
14
14
15
15
This document explains some terminology relating to [ ** retext** ] [ retext ] ,
16
- [ ** remark** ] [ remark ] , [ ** hast ** ] [ hast ] , and their related projects.
16
+ [ ** remark** ] [ remark ] , [ ** rehype ** ] [ rehype ] , and their related projects.
17
17
18
18
This document may not be released. See [ releases] [ ] for released
19
19
documents.
@@ -41,7 +41,7 @@ result in the same values.
41
41
42
42
See [ ** nlcst** ] [ nlcst ] for more information on ** retext** nodes,
43
43
[ ** mdast** ] [ mdast ] for information on ** remark** nodes, and
44
- [ ** hast** ] [ hast ] for information on ** hast ** nodes.
44
+ [ ** hast** ] [ hast ] for information on ** rehype ** nodes.
45
45
46
46
### ` Node `
47
47
@@ -136,7 +136,7 @@ existing files, nor to the file-system.
136
136
## Unist utilities
137
137
138
138
** Unist utilities** are functions which work with ** unist nodes** ,
139
- agnostic of ** remark** , ** retext** , or ** hast ** .
139
+ agnostic of ** remark** , ** retext** , or ** rehype ** .
140
140
141
141
A list of ** vfile** -related utilities can be found at [ ** vfile** ] [ vfile ] .
142
142
@@ -205,7 +205,9 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
205
205
206
206
[ remark ] : https://github.com/wooorm/remark
207
207
208
- [ hast ] : https://github.com/wooorm/hast
208
+ [ rehype ] : https://github.com/wooorm/rehype
209
+
210
+ [ hast ] : https://github.com/syntax-tree/hast
209
211
210
212
[ nlcst ] : https://github.com/syntax-tree/nlcst
211
213
0 commit comments