Skip to content

Commit 344a1d8

Browse files
committed
Add mentions of hast
1 parent 4946ebe commit 344a1d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ transformation by plug-ins, and compiling the syntax tree to something else.
1010

1111
This document explains some terminology relating to
1212
[**retext**](https://github.com/wooorm/retext),
13-
[**mdast**](https://github.com/wooorm/mdast), and their related projects.
13+
[**mdast**](https://github.com/wooorm/mdast), [**hast**](https://github.com/wooorm/hast),
14+
and their related projects.
1415

1516
## Unist nodes
1617

@@ -37,8 +38,9 @@ This document explains some terminology relating to
3738
must not have a `position`.
3839

3940
See [**nlcst**](https://github.com/wooorm/nlcst) for more information
40-
on **retext** nodes, and [`mdast/doc/mdastnode.7.md`](https://github.com/wooorm/mdast/blob/master/doc/mdastnode.7.md)
41-
for information on **mdast** nodes.
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)
43+
for information on **hast** nodes.
4244

4345
## Unist files
4446

0 commit comments

Comments
 (0)