@neilj The Intended BR tags are getting removed when try to set content using setHTML. **Behavior affected from v2.3.3.** To reproduce the issue, try below code via setHTML `<div style="display: inline;">Line 1<br></div>` `<div style="display: inline;">Line 2<br></div>` `<div>Line 3</div>` `<div>Line 4</div>` `<div>Line 5</div>` After set HTML, the result is being without indented BR tags exist after Line 1 and Line 2. So, output is looks like below, <img width="562" alt="Image" src="https://github.com/user-attachments/assets/bd52ad32-1597-45bb-b9bf-bf8b78718887" /> It should be like below, <img width="589" alt="Image" src="https://github.com/user-attachments/assets/e055a9a6-154f-4505-a685-61448d90c013" /> Please refer the given screen record: https://github.com/user-attachments/assets/df514ecd-b8b7-4239-a8ee-ff7498f3d3cf
@neilj
The Intended BR tags are getting removed when try to set content using setHTML.
Behavior affected from v2.3.3.
To reproduce the issue, try below code via setHTML
<div style="display: inline;">Line 1<br></div><div style="display: inline;">Line 2<br></div><div>Line 3</div><div>Line 4</div><div>Line 5</div>After set HTML, the result is being without indented BR tags exist after Line 1 and Line 2.

So, output is looks like below,
It should be like below,

Please refer the given screen record:
Screen.Recording.2025-05-22.at.3.30.35.PM.mov