-
Notifications
You must be signed in to change notification settings - Fork 136
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
HyperMD + react-codemirror #26
Comments
Please not that switching the mode to |
Have you tried |
Looks like react-codemirror 's build has a outdated CodeMirror inside (see https://github.com/JedWatson/react-codemirror/tree/master/dist ), which lacks some features to support HyperMD. Try setting |
I'll try and keep you posted, thank you ;) |
Thank you for the leads. Here are the results:
(I added to commit to force codemirror version) Any new ideas? |
Got it to work... It does work with the npm published version, but not when using yarn link. |
nailed it... The issue was a duplication of the codemirror instance when using yarn link. I fixed it by putting codemirror in |
I guess we can close this one. |
see #27 |
feat: renderPreview is now more customizable
Hi guys,
Thank you for this awesome project.
As I was saying in #21 I cannot get HyperMD (the typescript version) to work with react-codemirror.
I made a really simple test case to investigate but I couldn't find the issue.
Demo:
https://github.com/cgestes/react-hypermd-demo
Any idea how I can find what is wrong with this demo?
The text was updated successfully, but these errors were encountered: