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

a single \n is ignored, \n\n behaves as expected #197

Closed stefan-niedermann closed 3 years ago

stefan-niedermann commented 8 years ago

Input: #heading\n\n*list 1\n*list 2\n*list 3\n\n~~~testöljkddppplkj~~~\n\n*italic*\n**bold**\n***itabold***\n\nlkj\nlkj\n\nlkj

Output: bildschirmfoto vom 2016-01-02 15 55 11

While \n\n behaves as expected (empty line between heading and list1), a single \n seems to be ignored (see italic, bold and itabold. each of them should be in a separate line.)

Android-Platform.

stefan-niedermann commented 8 years ago

Hey @DDRBoxman, @cwc, @albert-wang, @JimiSmith, @dlew, can anyone of you reproduce the issue? Regards

stefan-niedermann commented 8 years ago

This seems to be the reason: http://meta.stackexchange.com/a/40978 Could this be fixed upstream?

stefan-niedermann commented 3 years ago

5 years later i think this is expected behavior according to the commonmark-specification.

So closing :slightly_smiling_face: