Last active
November 25, 2020 23:15
-
-
Save kenakingkong/fe3a499ceacc3d5a8c41f55073e5584b to your computer and use it in GitHub Desktop.
This file contains 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
// excerpt from src/components/mycard.js | |
... | |
<p | |
className="card-content" | |
dangerouslySetInnerHTML={{ | |
__html: poem.content.replace(/<figure.+figure>/g,"") | |
}} | |
/> | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment