jgm/commonmark-hs

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

Closed this issue · 0 comments

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.