hexojs / hexo-renderer-markdown-it

Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
MIT License
349 stars 60 forks source link

markdown continue numbered list #45

Open paul-hammant opened 7 years ago

paul-hammant commented 7 years ago

From https://stackoverflow.com/questions/18088955/markdown-continue-numbered-list -

1. item 1
2. item 2

Something else 

{:start="3"}
3. item 3

This {:start="3"} is allowed in GFM, but doesn't work in hexo-renderer-markdown. It would be great if it did.

curbengh commented 4 years ago

This request should be raised to the upstream markdown-it.