remark
remark copied to clipboard
Specifying the first number in a list
Both CommonMark and GitHub Flavored Markdown support specifying the first number of a list. In other words:
- Second
- Third
- Fourth
gets rendered as:

Remark doesn't seem to allow this. Is there any way to specify the first number in a list?
This seems a consequence of remark using a very old version of marked.
Newer versions seem to support this (example).
I'll try to work on this soon.
Update on this: see https://github.com/gnab/remark/issues/679#issuecomment-1535195616
@lukaszpiotrluczak, @gnab: can any of you help with some debugging, please?