Skip to content

Wrapper paragraph missing when starts with tag #757

@valse

Description

@valse

Subject of the issue

Hi, I saw that if I start a paragraph with any tag like a, b or a custom one, the rendered html miss the wrapper paragraph:

<b>Hi</b>, valse

how are you?

the output html is:

<b>Hi</b>, valse
<p>how are you?</p>

Expected behaviour

the rendered html must include the first paragraph too

<p><b>Hi</b>, valse</p>
<p>how are you?</p>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions