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 reasonable to want things to look the same in the editor & the renderer. I've worked around this issue for the moment however imagine a world in which all em tags are rendered with a special class. If they look that way when rendered, they should look that way in the editor as well.
In general, parity between how things look when rendering & when editing should be maintained as much as possible. It's strange to me that there's a way to customize how markups & sections rendered in one context but not the other.
This feature can help a lot to improve the editor. For example, I'm working with React and a custom renderer will allow to add the markup to edit link tags payload (href, title, etc.).
Wondering if it's possible to achieve something similar to
markupElementRenderer
(as supported by the dom renderer) but for the editorThe text was updated successfully, but these errors were encountered: