Autoparagraphing ignores empty elements #3296
Labels
package:paragraph
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
Currently, loading a single image or
foo<img>bar
into the editor will not trigger the autoparagraphing of that image (if images were treated as inline elements).This is a conscious decision made in order to simplify #3291, because I had enough fun implementing the behaviour for the text. Also, https://github.com/ckeditor/ckeditor5-paragraph/issues/10 is more actually more important than this issue, so I'd actually spend time fixing that one.
What makes this particular issue even less important is that right now we have only one such element – image, and it's block oriented. Plus, it will have to have its own converter for inline images: https://github.com/ckeditor/ckeditor5-image/issues/8.
The text was updated successfully, but these errors were encountered: