Skip to content

Instantly share code, notes, and snippets.

@jariz
Last active February 1, 2021 15:13
Show Gist options
  • Save jariz/1c1dbb79057c3a51947f67eaa5bfc24f to your computer and use it in GitHub Desktop.
Save jariz/1c1dbb79057c3a51947f67eaa5bfc24f to your computer and use it in GitHub Desktop.
<HtmlMapper html={html}>
{{
p: Body,
...
strong: null,
ul: null,
li: null,
br: null,
}}
</HtmlMapper>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment