Skip to content

Commit ebf016d

Browse files
committed
Add async flag to the readme
Signed-off-by: Michael Irwin <[email protected]>
1 parent 1d04e4a commit ebf016d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ The default export is `ReactMarkdown`.
211211
* `transformImageUri` (`(src, alt, title) => string`, default:
212212
[`uriTransformer`][uri-transformer], optional)\
213213
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.
214217

215218
### `uriTransformer`
216219

0 commit comments

Comments
 (0)