Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapper paragraph missing when starts with tag #757

Closed
valse opened this issue Aug 30, 2019 · 2 comments · Fixed by #1039
Closed

Wrapper paragraph missing when starts with tag #757

valse opened this issue Aug 30, 2019 · 2 comments · Fixed by #1039
Labels
🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem

Comments

@valse
Copy link

valse commented Aug 30, 2019

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>
@valse valse added 🐛 type/bug This is a problem 🙉 open/needs-info This needs some more info labels Aug 30, 2019
@wooorm
Copy link
Member

wooorm commented Apr 23, 2020

Thanks! Agreed. This will be fixed in 2.0.0 as we’re rewriting the parser to solve amongst other things, this problem!

@wooorm
Copy link
Member

wooorm commented Dec 18, 2020

Hi all! I’m going to close this as it landed on the main, the (now default) branch we’re using to gear up to the MDX@2 release.

The reason is so that it’s more clear which issues still need to be solved already and don’t require further work.

Expect another next release soonish, which might include it, or maybe it’s already released as a beta!

For more info, see #1041.

@wooorm wooorm closed this as completed Dec 18, 2020
@wooorm wooorm added ⛵️ status/released 🐛 type/bug This is a problem 👶 semver/patch This is a backwards-compatible fix 🗄 area/interface This affects the public interface and removed 🐛 type/bug This is a problem 🙉 open/needs-info This needs some more info labels Dec 18, 2020
@wooorm wooorm added the 💪 phase/solved Post is done label Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🗄 area/interface This affects the public interface 💪 phase/solved Post is done 👶 semver/patch This is a backwards-compatible fix 🐛 type/bug This is a problem
Development

Successfully merging a pull request may close this issue.

2 participants