mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 22:55:43 +00:00
Previously they always started at 1, but according to the spec the start number is respected. Closes #7009.
9 lines
49 B
Markdown
9 lines
49 B
Markdown
```
|
|
% pandoc -t gfm
|
|
3. a
|
|
4. b
|
|
^D
|
|
3. a
|
|
4. b
|
|
```
|