Closed barabaka closed 1 year ago
There is no space in rendered output when \<i> is followed by \<b> with one space in between. The issue seems to be present for other tags as well.
See example and screen shot:
Scaffold(body: Html(data: '<i>quick</i> <b>quick</b>'));
I'm not able to reproduce this on 3.0.0-alpha.6 or later. Please let me know if you are able to reproduce the issue on any of the 3.0.0 versions.
There is no space in rendered output when \<i> is followed by \<b> with one space in between. The issue seems to be present for other tags as well.
See example and screen shot:
Scaffold(body: Html(data: '<i>quick</i> <b>quick</b>'));