We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Both CommonMark and GitHub Flavored Markdown support specifying the first number of a list. In other words:
gets rendered as:
Remark doesn't seem to allow this. Is there any way to specify the first number in a list?
The text was updated successfully, but these errors were encountered:
This seems a consequence of remark using a very old version of marked.
marked
Newer versions seem to support this (example).
I'll try to work on this soon.
Sorry, something went wrong.
Update on this: see #679 (comment)
@lukaszpiotrluczak, @gnab: can any of you help with some debugging, please?
tripu
Successfully merging a pull request may close this issue.
Both CommonMark and GitHub Flavored Markdown support specifying the first number of a list. In other words:
gets rendered as:
Remark doesn't seem to allow this. Is there any way to specify the first number in a list?
The text was updated successfully, but these errors were encountered: