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
When using the template plugin, when I apply the html code inside the textbox, the first div is replaced with a p tag. And when triggering the source view, the editor replaces each div with a p tag.
The initial problem is that when the template is first displayed, the div is replaced with a p tag.
Is it possible to solve this problem within core js or will this be solved with a new version of the editor.
The text was updated successfully, but these errors were encountered:
Description
How to reproduce?
When using the template plugin, when I apply the html code inside the textbox, the first div is replaced with a p tag. And when triggering the source view, the editor replaces each div with a p tag.
The initial problem is that when the template is first displayed, the div is replaced with a p tag.
Is it possible to solve this problem within core js or will this be solved with a new version of the editor.
The text was updated successfully, but these errors were encountered: