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
It's quite possible the div isn't being handled correctly in some specific context, but then we need a complete example to investigate it. I'll close this since we have an example in #27 which shows some related issues with divs.
For a fragment such as
<div><h2>hello</h2></div>
the result should not be the equivalent of<p><h2>hello</h2></p>
.The text was updated successfully, but these errors were encountered: