You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-markdown isn't gonna be powerful enough for what we want because we need to create new nodes based off of new tokens such as #, @, :. remarkjs/react-markdown#61
There isn't a popular react wrapper for it, but i'm assuming that's because all you have to do is <span dangerouslySetInnerHTML={{__html: this.renderMarkdown(this.props.source)}}/>.
The text was updated successfully, but these errors were encountered:
react-markdown isn't gonna be powerful enough for what we want because we need to create new nodes based off of new tokens such as
#, @, :
.remarkjs/react-markdown#61
What we want is https://yarnpkg.com/en/packages?q=markdown-it
(PS look how awesome yarn makes it to find the most popular packages! npm can just go pound sand.
There isn't a popular react wrapper for it, but i'm assuming that's because all you have to do is
<span dangerouslySetInnerHTML={{__html: this.renderMarkdown(this.props.source)}}/>
.The text was updated successfully, but these errors were encountered: