Skip to content

img wrapped in p #180

@fxck

Description

@fxck

is there a way of disabling wrapping of certain elements(like images) with paragraph?

![](image.jpg)

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions