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
Insert an image to quilljs editor.
Select all (ctrl + a).
Click "italic" icon from quill toolbar.
(my users do this often to italicise their text but inadvertently wrap the image also)
anything that creates the img object rather than rendering as text. don't mind where the italic <em> tags end up though they should probably logically wrap the img in this example delta.
HI @njtmead Just to understand correctly from our output: The image is not even rendered as img tag, instead its <p><em>{"image":"https:\/\/d3i7mhpybxyfiq.cloudfront.net\/original\/3xqr7oi10dt67v6zc1e2lv.jpg"}</em></p>? I will check that, thanks for the report!
Describe the bug
Insert an image to quilljs editor.
Select all (ctrl + a).
Click "italic" icon from quill toolbar.
(my users do this often to italicise their text but inadvertently wrap the image also)
The delta code which generates the Problem
Example:
The expected html output the delta should produce
anything that creates the img object rather than rendering as text. don't mind where the italic
<em>
tags end up though they should probably logically wrap the img in this example delta.Example:
What html output the delta is producing instead
Example:
The text was updated successfully, but these errors were encountered: