-
Notifications
You must be signed in to change notification settings - Fork 46
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
Upgrade markdown parsing #97
Comments
Example bug that currently exists and is fixed with CodeMirror master:
[http://mathdown.net/?doc=bTMM6DtiBuk] |
There is tons of improvements that landed on CM 5 in recent months. |
Recent CodeMirror can't be used as-is from submodule — has src/*.js files using
Immediate plan to make progress:
|
Another idea I've considered is getting CodeMirror and MathJax from a CDN, eg. cdnjs / jsDelivr.
|
No, CDNs are unacceptable due to leakage of secret URL in Referer header. |
I've started using my stop-gap CodeMirror fork where I push builds, which allows GitHub pages to keep working — see #180. But I should just get on with the times & switch to Netlify, which can run |
markdown.js keeps getting fixes & improvements, I should update CodeMirror.
The text was updated successfully, but these errors were encountered: