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.52k stars 193 forks source link

Fixed possible IndexOutOfBoundsException #182

Closed TimNowaczynski closed 9 years ago

TimNowaczynski commented 9 years ago

Fixed a possible exception while generating a spannable string from your markdown input in android. This happens for example if you use a > followed by whitespace to begin a block quote.