gnab / remark

A simple, in-browser, markdown-driven slideshow tool.
http://remarkjs.com
MIT License
12.67k stars 854 forks source link

Specifying the first number in a list #680

Open zspitz opened 2 years ago

zspitz commented 2 years ago

Both CommonMark and GitHub Flavored Markdown support specifying the first number of a list. In other words:

  1. Second
  2. Third
  3. Fourth

gets rendered as:

image

Remark doesn't seem to allow this. Is there any way to specify the first number in a list?

tripu commented 2 years ago

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.

tripu commented 1 year ago

Update on this: see https://github.com/gnab/remark/issues/679#issuecomment-1535195616

tripu commented 1 year ago

@lukaszpiotrluczak, @gnab: can any of you help with some debugging, please?