-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown Component #1
Comments
For what it's worth, I wrote html-webpack-remark-plugin to make it a little easier. That could be one direction. |
@sapegin what hack does md2jsx need? Happy to try and help alleviate any pain there. |
@probablyup I think it was about json-loader but since webpack 2 it doesn’t matter so I could remove that ;-) |
Ahh, might be something deep in remark. Good to know. |
@probablyup I remember that one of the component required a |
Only components that render Markdown as React components, not as HTML string inside
dangerouslySetInnerHTML
.markdown-to-react-componentsDeprecated
Based on Marked.
Pros:
Cons:
markdown-react-js
Based on Markdown It.
Cons:
remark-react
Based on Remark.
Cons:
markdown-to-jsx
Based on Remark.
Pros:
react-markdown
Based on CommonMark.
Cons:
simple-markdown
Pros:
Cons:
remarkable-react
Based on Remarkable.
Cons:
Marksy
Based on Marked.
Pros:
Cons:
The text was updated successfully, but these errors were encountered: