Last active
February 1, 2021 16:10
-
-
Save jariz/abcefe5a544ee1e71898800b2020504a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<HtmlMapper | |
html={html} | |
// now we'll accept tags like strong by default, | |
// but at the cost of predictibility and security. | |
acceptUnknown | |
> | |
{{ p: Body }} | |
</HtmlMapper> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment