We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Make lists interrupt paragraphs
db2409e
Closes #1
c8d6656
No branches or pull requests
HTML does not allow lists in paragraphs, so
foo: - bar
should result in
not
as it does now.
The text was updated successfully, but these errors were encountered: