2
2
3
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
- [ 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
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
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 ) ,
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 ) ,
14
14
and their related projects.
15
15
16
16
## Unist nodes
@@ -38,8 +38,8 @@ and their related projects.
38
38
must not have a ` position ` .
39
39
40
40
See [ ** 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 )
43
43
for information on ** hast** nodes.
44
44
45
45
## Unist files
@@ -51,7 +51,7 @@ files. Neither are they limited to the file-system only.
51
51
## Unist utilities
52
52
53
53
** 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** .
55
55
56
56
A list of ** VFile** -related utilities can be found at [ ** vfile** ] ( https://github.com/wooorm/vfile ) .
57
57
0 commit comments