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

After converting a single line, there is an extra newline at the end? #203

Open georgbachmann opened 8 years ago

georgbachmann commented 8 years ago

I am playing around with bypass and came to a little problem. When I convert for example the string This is a test it will result in an attributed string, that is This is a test\n.

Is this normal behavior? I tried with default BPDisplaySettings as well as with tweaked parameters... No effect :(

Am I doing something wrong or is this a bug?