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
It seems that CodeMirror handles the parsing correctly while editing. However, Marked is not parsing it correctly for previewing. Since we depend on this library for SimpleMDE, an issue would need to be submitted with their repository. sparksuite/simplemde-markdown-editor#528 (comment)
The Issue
The link in the markdown preview differs from published description when it's a parentheses in the url.
Steps to Reproduce
Markdown text:
Markdown preview:
Here it's linking to https://en.wikipedia.org/wiki/Flying_monkeys_(psychology, without the last parentheses in the link so it directs to the incorrect url.
Expected Behaviour
The markdown preview shouldn't differ from how it will actually appear
System Configuration
Anything Else
Another little thing I discovered was that tables don't preview correctly if there nothing in the last cell:
It should still be grey. It shows up correctly though:
Not huge issues, just nitpicking.
The text was updated successfully, but these errors were encountered: