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

[fuzzing result] deeply nested list with blank lines causes outer list to not parse as loose #133

Closed
notriddle opened this issue Dec 1, 2023 · 0 comments · Fixed by #134

Comments

@notriddle
Copy link
Contributor

Consider these two Markdown snippets:

  * * xx

      * yy

    zz
  * * 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.

notriddle added a commit to notriddle/commonmark-hs that referenced this issue Dec 1, 2023
notriddle added a commit to notriddle/commonmark-hs that referenced this issue Dec 1, 2023
notriddle added a commit to notriddle/commonmark-hs that referenced this issue Dec 1, 2023
@jgm jgm closed this as completed in #134 Dec 2, 2023
jgm pushed a commit that referenced this issue Dec 2, 2023
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

Successfully merging a pull request may close this issue.

1 participant