-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
is there a way of disabling wrapping of certain elements(like images) with paragraph?

ends up as
<p><img src="image.jpg" /></p>
I'd like it to be just
<img src="image.jpg" />
I tried changing few things around in the code, but without much of a success..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels