@@ -200,7 +200,7 @@ Safe URL (`string`).
200
200
201
201
Filter elements (TypeScript type).
202
202
203
- ###### Fields
203
+ ###### Parameters
204
204
205
205
* ` node ` ([ ` Element ` from ` hast ` ] [ hast-element ] )
206
206
— element to check
@@ -284,7 +284,7 @@ Configuration (TypeScript type).
284
284
285
285
Transform URLs (TypeScript type).
286
286
287
- ###### Fields
287
+ ###### Parameters
288
288
289
289
* ` url ` ( ` string ` )
290
290
— URL
@@ -554,8 +554,8 @@ versions of Node.js.
554
554
555
555
When we cut a new major release, we drop support for unmaintained versions of
556
556
Node.
557
- This means we try to keep the current release line, ` react - markdown @^ 8 ` ,
558
- compatible with Node.js 12 .
557
+ This means we try to keep the current release line, ` react - markdown @^ 9 ` ,
558
+ compatible with Node.js 16 .
559
559
560
560
They work in all modern browsers (essentially: everything not IE 11).
561
561
You can use a bundler (such as esbuild, webpack, or Rollup) to use this package
@@ -690,7 +690,7 @@ It lets you define your own schema of what is and isn’t allowed.
690
690
* [` remark-gfm ` ][remark-gfm]
691
691
— add support for GitHub flavored markdown support
692
692
* [` react-remark ` ][react-remark]
693
- — modern hook based alternative
693
+ — hook based alternative
694
694
* [` rehype-react ` ][rehype-react]
695
695
— turn HTML into React elements
696
696
0 commit comments