44
55***
66
7- ** Unist** is the combination of three project, and more to come, which
8- are the summation of at least [ two] [ first-retext-commit ]
9- [ years] [ first-remark-commit ] of my work and the current epitome of that.
7+ ** Unist** is the combination of three syntax trees, and more to come:
8+ [ ** mdast** ] [ mdast ] with [ ** remark** ] [ remark ] for markdown, [ ** nlcst** ] [ nlcst ]
9+ with [ ** retext** ] [ retext ] for prose, and [ ** hast** ] [ hast ] with
10+ [ ** rehype** ] [ rehype ] for HTML.
1011
11- It’s a system for processing input: parsing it into a syntax tree,
12- transforming it through plug-ins, and compiling the tree to something
13- else.
14-
15- This document explains some terminology relating to [ ** retext** ] [ retext ] ,
16- [ ** remark** ] [ remark ] , [ ** rehype** ] [ rehype ] , and their related projects.
12+ This document explains some terminology relating to [ ** unified** ] [ unified ] and
13+ [ ** vfile** ] [ vfile ] as well.
1714
1815This document may not be released. See [ releases] [ ] for released
1916documents.
@@ -199,10 +196,6 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
199196
200197[ releases ] : https://github.com/syntax-tree/unist/releases
201198
202- [ first-retext-commit ] : https://github.com/wooorm/retext/commit/8fcb1ff
203-
204- [ first-remark-commit ] : https://github.com/wooorm/remark/commit/19585b8
205-
206199[ retext ] : https://github.com/wooorm/retext
207200
208201[ remark ] : https://github.com/wooorm/remark
@@ -215,6 +208,8 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
215208
216209[ mdast ] : https://github.com/syntax-tree/mdast
217210
211+ [ unified ] : https://github.com/unifiedjs/unified
212+
218213[ vfile ] : https://github.com/vfile/vfile
219214
220215[ remark-html ] : https://github.com/wooorm/remark-html
0 commit comments