This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
[Android] HtmlToSpansParser
should add a line break automatically after a block element
#862
Labels
I was doing some testing on Android when I got this result:
Above is the composer, below is a text view with the result from the HTML generated above. I plugged in the debugger and I found the composer rendered this:
While the html passed to the text view for rendering was:
This happens after all block elements (lists, code blocks, quotes, etc.).
Adding a 2nd new line/paragraph actually seems to workaround the issue, but the HTML still differs.
Composer:
TextView:
The text was updated successfully, but these errors were encountered: