-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface
Description
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>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface