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
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
Are you sure having a p inside a i is valid? I would not be surprised if the browser itself already corrects it into <p><i>a</i></p><p><i>b</i></p> on innerHTML so that part might not be a problem of our parser.
The nbsp is strange though, as they were not added by the browser when I tested it, so it looks like it might be our code that does that, which is surprising honestly...
Initialize the editor with:
Will render:
But if we place the
<i>
tag properly:It render:
The text was updated successfully, but these errors were encountered: