1
1
# ![ Unist] ( https://cdn.rawgit.com/wooorm/unist/master/logo.svg )
2
2
3
- ** Unist** (** uni** versal ** s** yntax ** t** ree) is the combination of three project, and more
4
- to come, which are the summation of at least [ two] ( https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8 )
3
+ ** Unist** (** uni** versal ** s** yntax ** t** ree) is the combination of three
4
+ project, and more to come, which are the summation of at least
5
+ [ two] ( https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8 )
5
6
[ years] ( https://github.com/wooorm/remark/commit/19585b8 ) of my work and the
6
7
current epitome of that.
7
8
@@ -10,7 +11,8 @@ transforming it by plug-ins, and compiling the tree to something else.
10
11
11
12
This document explains some terminology relating to
12
13
[ ** retext** ] ( https://github.com/wooorm/retext ) ,
13
- [ ** remark** ] ( https://github.com/wooorm/remark ) , [ ** hast** ] ( https://github.com/wooorm/hast ) ,
14
+ [ ** remark** ] ( https://github.com/wooorm/remark ) ,
15
+ [ ** hast** ] ( https://github.com/wooorm/hast ) ,
14
16
and their related projects.
15
17
16
18
## Unist nodes
@@ -50,8 +52,8 @@ files. Neither are they limited to the file-system only.
50
52
51
53
## Unist utilities
52
54
53
- ** Unist utilities** are function which work with ** unist nodes** or ** unist files ** , agnostic
54
- of ** remark** , ** retext** , or ** hast** .
55
+ ** Unist utilities** are function which work with ** unist nodes** or ** unist
56
+ files ** , agnostic of ** remark** , ** retext** , or ** hast** .
55
57
56
58
A list of ** VFile** -related utilities can be found at [ ** vfile** ] ( https://github.com/wooorm/vfile ) .
57
59
0 commit comments