Skip to content

Commit 00f57c6

Browse files
committed
Add list of related projects
1 parent be4597b commit 00f57c6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Transform [MDAST][] to [NLCST][].
44

5-
> **Note** You probably want to use [remark-retext][].
5+
> **Note** You probably want to use [`remark-retext`][remark-retext].
66
77
## Installation
88

@@ -64,6 +64,17 @@ into an [NLCST][nlcst] tree.
6464

6565
[`NLCSTNode`][nlcst].
6666

67+
## Related
68+
69+
* [`remark-retext`][remark-retext]
70+
**retext** support for **remark**
71+
* [`hast-util-to-nlcst`](https://github.com/syntax-tree/hast-util-to-nlcst)
72+
— Transform HAST to NLCST
73+
* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast)
74+
— Transform HAST to MDAST
75+
* [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast)
76+
— Transform MDAST to HAST
77+
6778
## License
6879

6980
[MIT][license] © [Titus Wormer][author]

0 commit comments

Comments
 (0)