JuliaAttic/Markdown.jl

Nested lists.

Opened this issue · 1 comments

Text such as:

* not
* nested
    * nested
    * list

is parsed as a flat list of 4 items when it should instead be a List of 3 elements with the 3rd being a List of 2 elements.

hayd commented

I think running the common mark test suite (#7) will flesh out all these bugs...