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

Placing a markdown inside another markdown breaks the outer markdown #199

Open tobiaselindberg opened 8 years ago

tobiaselindberg commented 8 years ago

If you place a second markdown inside another, e.g. bold inside a link, the library will break the outer markdown.

E.g.: Go to mysite makes only "Go to" as a link and then the link breaks and "mysite" becomes bold. On e.g. the markdown library used by github here it will write the entire string "Go to mysite" as a link and "mysite" as bold but still part of the link. The screenshot below will show how the bypass library handles it: markdown_issue

Also links inside bolds like this one: Go to mysite breaks the link.