Uncodin / bypass

Skip the HTML, Bypass takes markdown and renders it directly on Android and iOS.
http://uncodin.github.com/bypass/
Apache License 2.0
1.51k stars 193 forks source link

Fix crash when parsing links without URL and title #132

Closed myell0w closed 11 years ago

myell0w commented 11 years ago

I'm not sure if this is the right way to fix this issue, but it seems to work as expected. I was seeing crashes when parsing links like this, with this fix the crashes are gone.

[](/some info)

What do you think?

cwc commented 11 years ago

LGTM. @damiancarrillo?