@@ -13,7 +13,7 @@ transforming it through plug-ins, and compiling the tree to something
1313else.
1414
1515This 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.
1717
1818This document may not be released. See [ releases] [ ] for released
1919documents.
@@ -41,7 +41,7 @@ result in the same values.
4141
4242See [ ** nlcst** ] [ nlcst ] for more information on ** retext** nodes,
4343[ ** mdast** ] [ mdast ] for information on ** remark** nodes, and
44- [ ** hast** ] [ hast ] for information on ** hast ** nodes.
44+ [ ** hast** ] [ hast ] for information on ** rehype ** nodes.
4545
4646### ` Node `
4747
@@ -136,7 +136,7 @@ existing files, nor to the file-system.
136136## Unist utilities
137137
138138** Unist utilities** are functions which work with ** unist nodes** ,
139- agnostic of ** remark** , ** retext** , or ** hast ** .
139+ agnostic of ** remark** , ** retext** , or ** rehype ** .
140140
141141A list of ** vfile** -related utilities can be found at [ ** vfile** ] [ vfile ] .
142142
@@ -205,7 +205,9 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
205205
206206[ remark ] : https://github.com/wooorm/remark
207207
208- [ hast ] : https://github.com/wooorm/hast
208+ [ rehype ] : https://github.com/wooorm/rehype
209+
210+ [ hast ] : https://github.com/syntax-tree/hast
209211
210212[ nlcst ] : https://github.com/syntax-tree/nlcst
211213
0 commit comments