github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

commonmark list numbering is incorrect

kevinbackhouse opened this issue · comments

My change in 763587e has broken the commonmark, man, and plaintext output for this example:

1. a
    1. x
    2. y
    3. z
2. b

#320 fixes some of the problem but not all of it.