gnab/remark

Specifying the first number in a list

zspitz opened this issue · 3 comments

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

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

Update on this: see #679 (comment)

tripu commented

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