goldmark
goldmark copied to clipboard
Incorrect parsing of a nested list inside an empty list item
Failing example
-
- foo
commonmark:
<ul>
<li>
<ul>
<li>foo</li>
</ul>
</li>
</ul>
goldmark:
<ul>
<li></li>
<li>foo</li>
</ul>
This check seems to be the culprit