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

Code spans inside of link spans don't work #163

Open dlew opened 10 years ago

dlew commented 10 years ago

I couldn't quite figure out what's going on, but this won't work right now:

[`Code span`](http://some.url.com)

The output will be a PARAGRAPH with a LINK inside, minus the CODE_SPAN which ought to be there.