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 11# ![ Unist] ( https://cdn.rawgit.com/wooorm/unist/master/logo.svg )
22
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
44to come, which are the summation of at least [ two] ( https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8 )
55[ years] ( https://github.com/wooorm/mdast/commit/19585b8 ) of my work and the
66current epitome of that.
77
88It’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.
1010
1111This document explains some terminology relating to
1212[ ** retext** ] ( https://github.com/wooorm/retext ) ,
@@ -50,10 +50,10 @@ files. Neither are they limited to the file-system only.
5050
5151## Unist utilities
5252
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 ** .
5555
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 ) .
5757
5858### Unist node utilties
5959
You can’t perform that action at this time.
0 commit comments