Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Parentheses within a link breaks the display of the link (and the path) #137

Open
FelixSotera opened this issue Sep 23, 2014 · 2 comments
Open

Comments

@FelixSotera
Copy link

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:

[A Name For the Link](http://somepath/more/(this_part_wont_work).EXTENSION)
@izuzak izuzak added the bug label Sep 26, 2014
@ujjwalwahi
Copy link

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

@deepak1556
Copy link

@izuzak izuzak added the blocked label Mar 2, 2015
tedmiston added a commit to tedmiston/notes that referenced this issue Dec 6, 2015
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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants