gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
278 stars 61 forks source link

Parser should be more lax when parsing links #27

Open redmunds opened 10 years ago

redmunds commented 10 years ago

I noticed some links that have a space between link text and url such as:

    [link] (http://adobe.com)

This extension does not recognize that as a link, but it is recognized on git.corp.adobe.com.

Seems like the entire purpose of mark down is to be more lax than mark up processing.