From 99dff975df27ac95bc74f231bce8a681943a29fa Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 13 Jun 2017 20:16:35 +0200 Subject: [PATCH] Update list of related projects --- readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0b5c4aa..9f401f5 100644 --- a/readme.md +++ b/readme.md @@ -86,7 +86,16 @@ Take a look at [`lib/handlers/`][handlers] for examples. ## Related -* [`hast-util-sanitize`][hast-util-sanitize] +* [`mdast-util-to-nlcst`](https://github.com/syntax-tree/mdast-util-to-nlcst) + — Transform MDAST to NLCST +* [`hast-util-sanitize`](https://github.com/syntax-tree/hast-util-sanitize) + — Sanitize HAST nodes +* [`hast-util-to-mdast`](https://github.com/syntax-tree/hast-util-to-mdast) + — Transform HAST to MDAST +* [`remark-rehype`](https://github.com/wooorm/remark-rehype) + — rehype support for remark +* [`rehype-remark`](https://github.com/wooorm/remark-remark) + — remark support for rehype ## License @@ -118,8 +127,6 @@ Take a look at [`lib/handlers/`][handlers] for examples. [unist-position]: https://github.com/syntax-tree/unist#location -[hast-util-sanitize]: https://github.com/syntax-tree/hast-util-sanitize - [handlers]: lib/handlers [remark-rehype]: https://github.com/wooorm/remark-rehype