aboutsummaryrefslogtreecommitdiff
path: root/test/command/7009.md
AgeCommit message (Collapse)AuthorFilesLines
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane1-0/+8
Previously they always started at 1, but according to the spec the start number is respected. Closes #7009.