Subject: | Incorrectly double-nested list item |
Hi,
If I have the following markdown:
List items can wrap across multiple lines:
* This is the first bullet,
which is longer than one line.
* This is the second bullet,
which is also on multiple lines.
* You don't have to indent the bullet
But there must be a space following the bullet marker.
This should result in a single UL containing three list items. But the third one gets put inside another UL.