github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
Other
875 stars 171 forks source link

commonmark, plaintext: only increment list number once per item #320

Closed kivikakk closed 1 year ago

kivikakk commented 1 year ago

Fixes double-increment issue from https://github.com/github/cmark-gfm/commit/763587e8775350b8cb4a2aa0f4cec3685aa96e8b. See https://github.com/gjtorikian/commonmarker/pull/236#issuecomment-1492851329.

kevinbackhouse commented 1 year ago

Fixed by #322