File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# ![ Unist] ( https://cdn.rawgit.com/wooorm/unist/master/logo.svg )
2
2
3
- ** Unist** (universal syntax tree ) is the combination of two project, and more
3
+ ** Unist** (** uni ** versal ** s ** yntax ** t ** ree ) is the combination of three project, and more
4
4
to come, which are the summation of at least [ two] ( https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8 )
5
5
[ years] ( https://github.com/wooorm/mdast/commit/19585b8 ) of my work and the
6
6
current epitome of that.
7
7
8
8
It’s basically a system for processing input: parsing it into a syntax tree,
9
- transformation by plug-ins, and compiling the syntax tree to something else.
9
+ transforming it by plug-ins, and compiling the tree to something else.
10
10
11
11
This document explains some terminology relating to
12
12
[ ** retext** ] ( https://github.com/wooorm/retext ) ,
@@ -50,10 +50,10 @@ files. Neither are they limited to the file-system only.
50
50
51
51
## Unist utilities
52
52
53
- ... are function which work with ** unist nodes** or ** unist files** , agnostic
54
- of either ** mdast** or ** retext ** .
53
+ ** Unist utilities ** are function which work with ** unist nodes** or ** unist files** , agnostic
54
+ of ** mdast** , ** retext ** , or ** hast ** .
55
55
56
- A list of vile -related utilities can be found at [ ` wooorm/ vfile` ] ( https://github.com/wooorm/vfile ) .
56
+ A list of ** VFile ** -related utilities can be found at [ ** vfile** ] ( https://github.com/wooorm/vfile ) .
57
57
58
58
### Unist node utilties
59
59
You can’t perform that action at this time.
0 commit comments