Skip Menu |

This queue is for tickets about the DR-SunDown CPAN distribution.

Report information
The Basics
Id: 89791
Status: new
Priority: 0/
Queue: DR-SunDown

People
Owner: UNERA [...] cpan.org
Requestors: NEILB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



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.