327e1428c5
Previously they always started at 1, but according to the spec the start number is respected. Closes #7009.
8 lines
49 B
Markdown
8 lines
49 B
Markdown
```
|
|
% pandoc -t gfm
|
|
3. a
|
|
4. b
|
|
^D
|
|
3. a
|
|
4. b
|
|
```
|