aziz / knockdown

Github flavored Markdown for SublimeText and a custom theme for writing markdown
89 stars 17 forks source link

Crashes on link recursion #3

Closed joeybaker closed 11 years ago

joeybaker commented 11 years ago

The following will cause ST to slow to a crawl, if the url gets long enough, ST will hang then crash.

[http://google.com/test](http://google.com/test)

It seems to have something to do with putting a URL in the anchor text portion of the markdown syntax.

fuadsaud commented 11 years ago

Indeed.

aziz commented 11 years ago

Did not cause any crash for me! :) tried it with a very long URL! Could you please update to the latest version and see if you still have this problem.

joeybaker commented 11 years ago

Latest version seems to have fixed it, thanks!