Rewrite intro · syntax-tree/unist@3df9489 (original) (raw)

`@@ -4,16 +4,13 @@

`

4

4

``

5

5

`***

`

6

6

``

7

``

`-

Unist is the combination of three project, and more to come, which

`

8

``

`-

are the summation of at least two

`

9

``

`-

years of my work and the current epitome of that.

`

``

7

`+

Unist is the combination of three syntax trees, and more to come:

`

``

8

`+

[mdast][mdast] with [remark][remark] for markdown, [nlcst][nlcst]

`

``

9

`+

with [retext][retext] for prose, and [hast][hast] with

`

``

10

`+

[rehype][rehype] for HTML.

`

10

11

``

11

``

`-

It’s a system for processing input: parsing it into a syntax tree,

`

12

``

`-

transforming it through plug-ins, and compiling the tree to something

`

13

``

`-

else.

`

14

``

-

15

``

`-

This document explains some terminology relating to [retext][retext],

`

16

``

`-

[remark][remark], [rehype][rehype], and their related projects.

`

``

12

`+

This document explains some terminology relating to unified and

`

``

13

`+

[vfile][vfile] as well.

`

17

14

``

18

15

`This document may not be released. See [releases][] for released

`

19

16

`documents.

`

`@@ -199,10 +196,6 @@ A list of vfile-related utilities can be found at [vfile][vfile].

`

199

196

``

200

197

`[releases]: https://github.com/syntax-tree/unist/releases

`

201

198

``

202

``

`-

`

203

``

-

204

``

`-

`

205

``

-

206

199

`[retext]: https://github.com/wooorm/retext

`

207

200

``

208

201

`[remark]: https://github.com/wooorm/remark

`

`@@ -215,6 +208,8 @@ A list of vfile-related utilities can be found at [vfile][vfile].

`

215

208

``

216

209

`[mdast]: https://github.com/syntax-tree/mdast

`

217

210

``

``

211

`+

`

``

212

+

218

213

`[vfile]: https://github.com/vfile/vfile

`

219

214

``

220

215

`[remark-html]: https://github.com/wooorm/remark-html

`