You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, the workaround has been to add line breaks (<br />) to the markup. The main issue for me seems to be the formatting of the list when sandwiched between paragraphs.
Consider the following html:
<html><body><ul><li>Item 1</li></ul><p>Paragraph</p><p>P2</p></body></html>
Expected output:
Paragraph
P2
Actual output:
P2
Check Android and IOs at the this Snack Link
I would expect a new paragraph to be started after the list. As is the case for html rendered in the browser.
Hacky Solution:
The text was updated successfully, but these errors were encountered: