Skip to content

Commit

Permalink
Add async flag to the readme
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
  • Loading branch information
mikesir87 committed Apr 6, 2022
1 parent 1d04e4a commit ebf016d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ The default export is `ReactMarkdown`.
* `transformImageUri` (`(src, alt, title) => string`, default:
[`uriTransformer`][uri-transformer], optional)\
change URLs on images, pass `null` to allow all URLs, see [security][]
* `async` (`boolean`, default: `false`)\
change processing to support plugins that run asynchronously. Note that
async usage may break server-side rendering.

### `uriTransformer`

Expand Down

0 comments on commit ebf016d

Please sign in to comment.