pandoc/test/command/7009.md
John MacFarlane 327e1428c5 gfm/commonmark writer: implement start number on ordered lists.
Previously they always started at 1, but according to the spec
the start number is respected. Closes #7009.
2021-01-07 16:42:05 -08:00

8 lines
49 B
Markdown

```
% pandoc -t gfm
3. a
4. b
^D
3. a
4. b
```