@@ -200,7 +200,7 @@ Safe URL (`string`).
200200
201201Filter elements (TypeScript type).
202202
203- ###### Fields
203+ ###### Parameters
204204
205205* ` node ` ([ ` Element ` from ` hast ` ] [ hast-element ] )
206206 — element to check
@@ -284,7 +284,7 @@ Configuration (TypeScript type).
284284
285285Transform URLs (TypeScript type).
286286
287- ###### Fields
287+ ###### Parameters
288288
289289* ` url ` ( ` string ` )
290290 — URL
@@ -554,8 +554,8 @@ versions of Node.js.
554554
555555When we cut a new major release, we drop support for unmaintained versions of
556556Node.
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 .
559559
560560They work in all modern browsers (essentially: everything not IE 11).
561561You 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.
690690* [` remark-gfm ` ][remark-gfm]
691691 — add support for GitHub flavored markdown support
692692* [` react-remark ` ][react-remark]
693- — modern hook based alternative
693+ — hook based alternative
694694* [` rehype-react ` ][rehype-react]
695695 — turn HTML into React elements
696696
0 commit comments