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
Most markdown renderers use <br/>\n for newline. Just like flutter_html(1.0), browsers convert \n into space, but they do not render the space when newline is after br tag.