Skip to content

Instantly share code, notes, and snippets.

@jariz
Last active February 1, 2021 16:10
Show Gist options
  • Save jariz/abcefe5a544ee1e71898800b2020504a to your computer and use it in GitHub Desktop.
Save jariz/abcefe5a544ee1e71898800b2020504a to your computer and use it in GitHub Desktop.
<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