22
33** 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 )
5- [ years] ( https://github.com/wooorm/mdast /commit/19585b8 ) of my work and the
5+ [ years] ( https://github.com/wooorm/remark /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,
99transforming 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 ) ,
13- [ ** mdast ** ] ( https://github.com/wooorm/mdast ) , [ ** hast** ] ( https://github.com/wooorm/hast ) ,
13+ [ ** remark ** ] ( https://github.com/wooorm/remark ) , [ ** hast** ] ( https://github.com/wooorm/hast ) ,
1414and their related projects.
1515
1616## Unist nodes
@@ -38,8 +38,8 @@ and their related projects.
3838 must not have a ` position ` .
3939
4040See [ ** nlcst** ] ( https://github.com/wooorm/nlcst ) for more information
41- on ** retext** nodes, [ ` mdast/doc/mdastnode.7.md ` ] ( https://github.com/wooorm/mdast/blob/master/doc/mdastnode.7.md )
42- for information on ** mdast ** nodes, and [ ` hast#nodes ` ] ( https://github.com/wooorm/hast#nodes )
41+ on ** retext** nodes, [ ** mdast** ] ( https://github.com/wooorm/mdast )
42+ for information on ** remark ** nodes, and [ ` hast#nodes ` ] ( https://github.com/wooorm/hast#nodes )
4343for information on ** hast** nodes.
4444
4545## Unist files
@@ -51,7 +51,7 @@ files. Neither are they limited to the file-system only.
5151## Unist utilities
5252
5353** Unist utilities** are function which work with ** unist nodes** or ** unist files** , agnostic
54- of ** mdast ** , ** retext** , or ** hast** .
54+ of ** remark ** , ** retext** , or ** hast** .
5555
5656A list of ** VFile** -related utilities can be found at [ ** vfile** ] ( https://github.com/wooorm/vfile ) .
5757
0 commit comments