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 I load this in the editor, it removes them and I can't get them back while exporting the code via editor.getHTML(). So, the result of above code is as below,
In my HTML code, I have some variable placeholders defined in element's class name or data attributes. For example, consider following code block,
When I load this in the editor, it removes them and I can't get them back while exporting the code via
editor.getHTML()
. So, the result of above code is as below,If you see the result, the class of
ul
element is changed from{{list.className}}
to-list-className-
.Is there any way to preserve them while loading and exporting the HTML?
Please help.
Thanks
The text was updated successfully, but these errors were encountered: