File tree 1 file changed +10
-3
lines changed
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.
86
86
87
87
## Related
88
88
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
90
99
91
100
## License
92
101
@@ -118,8 +127,6 @@ Take a look at [`lib/handlers/`][handlers] for examples.
118
127
119
128
[ unist-position ] : https://github.com/syntax-tree/unist#location
120
129
121
- [ hast-util-sanitize ] : https://github.com/syntax-tree/hast-util-sanitize
122
-
123
130
[ handlers ] : lib/handlers
124
131
125
132
[ remark-rehype ] : https://github.com/wooorm/remark-rehype
You can’t perform that action at this time.
0 commit comments