Skip to content

Lists have paragraphs sometimes #1075

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

Open
aleemb opened this issue May 9, 2025 · 1 comment
Open

Lists have paragraphs sometimes #1075

aleemb opened this issue May 9, 2025 · 1 comment
Labels
not enough info We need more information to properly assist with this

Comments

@aleemb
Copy link
Contributor

aleemb commented May 9, 2025

Version(s) affected

2.6

Description

List items are sometimes contained inside a <p> and other times not.

* one
* two

results in <li>one</li>...

* one
* two

foo

results in <li><p>one</p></li>...

How to reproduce

* one
* two

results in <li>one</li>...

* one
* two

foo

results in <li><p>one</p></li>...

@colinodell
Copy link
Member

Hey there! Unfortunately I'm unable to replicate this behavior using the inputs and version you provided. Could you please share a link from babelmark showing this?

@colinodell colinodell added the not enough info We need more information to properly assist with this label May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not enough info We need more information to properly assist with this
Projects
None yet
Development

No branches or pull requests

2 participants