hn-android
hn-android copied to clipboard
Comments with > in front of them aren't rendered properly
If I have a comment like this
And I follow it with some text here.
Then the line break between the careted text and the non-careted text will not show up. I have a feeling that this might be because Html.fromHtml
is derping because of the leading caret. However, I'm not totally sure how to fix it.
It doesnt appear that this is happening all the time actually. There are some cases where the comment is rendered correctly and some where it isn't. That's quite strange.