File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,16 @@ Take a look at [`lib/handlers/`][handlers] for examples.
8686
8787## Related
8888
89- * [ ` hast-util-sanitize ` ] [ hast-util-sanitize ]
89+ * [ ` mdast-util-to-nlcst ` ] ( https://github.com/syntax-tree/mdast-util-to-nlcst )
90+ — Transform MDAST to NLCST
91+ * [ ` hast-util-sanitize ` ] ( https://github.com/syntax-tree/hast-util-sanitize )
92+ — Sanitize HAST nodes
93+ * [ ` hast-util-to-mdast ` ] ( https://github.com/syntax-tree/hast-util-to-mdast )
94+ — Transform HAST to MDAST
95+ * [ ` remark-rehype ` ] ( https://github.com/wooorm/remark-rehype )
96+ — rehype support for remark
97+ * [ ` rehype-remark ` ] ( https://github.com/wooorm/remark-remark )
98+ — remark support for rehype
9099
91100## License
92101
@@ -118,8 +127,6 @@ Take a look at [`lib/handlers/`][handlers] for examples.
118127
119128[ unist-position ] : https://github.com/syntax-tree/unist#location
120129
121- [ hast-util-sanitize ] : https://github.com/syntax-tree/hast-util-sanitize
122-
123130[ handlers ] : lib/handlers
124131
125132[ remark-rehype ] : https://github.com/wooorm/remark-rehype
You can’t perform that action at this time.
0 commit comments