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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
I was trying to fix this bug and found that markdown-preview depends on roaster module to parse markdown. And roaster further use marked module to parse markdown. See markedjs/marked#366 for marked's developer view on this
There is a longstanding bug in Atom's Markdown Preview package which incorrectly parses links containing parentheses [1].
Until they fix it, this is a workaround to peacefully view my Markdown file in Atom.
[1]: atom/markdown-preview#137
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a link's path contains parentheses, markdown preview considers the first closing parentheses as the close of the link's path.
Create a markdown file with the text below, and use markdown-preview to view the page to see the issue:
The text was updated successfully, but these errors were encountered: