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

Lists should interrupt paragraphs #1

Closed
karlb opened this issue Jul 7, 2020 · 0 comments
Closed

Lists should interrupt paragraphs #1

karlb opened this issue Jul 7, 2020 · 0 comments

Comments

@karlb
Copy link
Owner

karlb commented Jul 7, 2020

HTML does not allow lists in paragraphs, so

foo:
- bar

should result in

<p>foo:</p>
<ul>
<li>bar</li>
</ul>

not

<p>foo:
<ul>
<li>bar</li>
</ul>
</p>

as it does now.

@N-R-K N-R-K mentioned this issue Jun 26, 2022
karlb added a commit that referenced this issue Jul 17, 2022
@karlb karlb closed this as completed in c8d6656 Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant