You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
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.
By my reckoning this should be a single UL element with three list items. But Text::Markdown puts the third one inside another UL.
The following markdown:
By my reckoning this should be a single UL element with three list items. But Text::Markdown puts the third one inside another UL.