Markdown parser breaks on unclosed HTML block tag in list item

This snippet causes a JS error:

- <p> foo

Unmatched inline tags, e.g. <i>, work fine, tho.

4 Likes

As far as i know they’re going to change the markdown engine, i don’t know when, but they will, so they will check this “markdown type” bugs later, right @codinghorror?

1 Like

Not seeing any js errors anymore here.