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
Consider these two Markdown snippets:
* * xx * yy zz
In commonmark.js, zz is wrapped in a <p> tag in both examples. But in commonmark-hs, the first example isn't.
zz
<p>
The text was updated successfully, but these errors were encountered:
Correctly merge list blanks with non-list blanks
b32cf9f
Fixes jgm#133
682af22
5e2d293
daa72ec
Fixes #133
Successfully merging a pull request may close this issue.
Consider these two Markdown snippets:
In commonmark.js,
zz
is wrapped in a<p>
tag in both examples. But in commonmark-hs, the first example isn't.The text was updated successfully, but these errors were encountered: