We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d04e4a commit ebf016dCopy full SHA for ebf016d
readme.md
@@ -211,6 +211,9 @@ The default export is `ReactMarkdown`.
211
* `transformImageUri` (`(src, alt, title) => string`, default:
212
[`uriTransformer`][uri-transformer], optional)\
213
change URLs on images, pass `null` to allow all URLs, see [security][]
214
+* `async` (`boolean`, default: `false`)\
215
+ change processing to support plugins that run asynchronously. Note that
216
+ async usage may break server-side rendering.
217
218
### `uriTransformer`
219
0 commit comments