Describe the bug
Both iOS and Android output empty lines as <br> tags directly inside <html></html>. But they differ when it comes to <blockquote> and <codeblock>. iOS outputs <br> for empty lines, but Android outputs <p></p>.
To Reproduce
Steps to reproduce the behavior:
- Launch example app
- Create a blockquote & codeblock with empty lines on iOS and Android.
- Observe the difference
Expected behavior
Empty lines/paragraphs should probably be always represented as <br> since both platforms do that for empty lines directly in html tag.
Screenshots
Device (please complete the following information):
- Device: iPhone17, Pixel 9
- OS: iOS 26.2, Android 16(API 36 "Baklava")
Describe the bug
Both iOS and Android output empty lines as
<br>tags directly inside<html></html>. But they differ when it comes to<blockquote>and<codeblock>. iOS outputs<br>for empty lines, but Android outputs<p></p>.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Empty lines/paragraphs should probably be always represented as
<br>since both platforms do that for empty lines directly inhtmltag.Screenshots
Device (please complete the following information):