@@ -91,7 +91,7 @@ remark().use(html, {sanitize: schema}).processSync(/*...*/);
91
91
## CommonMark
92
92
93
93
> You still need to set ` commonmark: true ` in
94
- > [ ** remark** s options] [ remark-options ] .
94
+ > [ ` remark-parse ` s options] [ remark-options ] .
95
95
96
96
[ CommonMark] [ ] support is a goal but not (yet) a necessity. There are
97
97
some (roughly 115 of 550, relating to inline precedence, lists, emphasis
@@ -186,21 +186,21 @@ For example, the following node:
186
186
187
187
[ remark ] : https://github.com/wooorm/remark
188
188
189
- [ remark-options ] : https://github.com/wooorm/remark#remarkprocessvalue- options-done
189
+ [ remark-options ] : https://github.com/wooorm/remark/tree/master/packages/remark-parse# options
190
190
191
191
[ commonmark ] : http://commonmark.org
192
192
193
193
[ remark-plugins ] : https://github.com/wooorm/remark/blob/master/doc/plugins.md#list-of-plugins
194
194
195
- [ mdast ] : https://github.com/wooorm /mdast
195
+ [ mdast ] : https://github.com/syntax-tree /mdast
196
196
197
- [ to-html ] : https://github.com/wooorm /hast-util-to-html
197
+ [ to-html ] : https://github.com/syntax-tree /hast-util-to-html
198
198
199
- [ sanitize ] : https://github.com/wooorm /hast-util-sanitize
199
+ [ sanitize ] : https://github.com/syntax-tree /hast-util-sanitize
200
200
201
- [ github ] : https://github.com/wooorm /hast-util-sanitize#schema
201
+ [ github ] : https://github.com/syntax-tree /hast-util-sanitize#schema
202
202
203
- [ to-hast ] : https://github.com/wooorm /mdast-util-to-hast#note
203
+ [ to-hast ] : https://github.com/syntax-tree /mdast-util-to-hast#note
204
204
205
205
[ remark2rehype ] : https://github.com/wooorm/remark-rehype
206
206
0 commit comments