Is there a plugin to start list line numbers at any number for unified? #258
Answered
by
ChristianMurphy
robert-j-webb
asked this question in
Q&A
-
Github's markdown renderer (which is not open source, a real shame) lets you start lists with whatever number you want: We can inspect and see the HTML looks like:
Can we achieve that in the unified ecosystem? I have searched extensively and it's just a very hard thing to google. Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ChristianMurphy
Feb 26, 2025
Replies: 1 comment 3 replies
-
Welcome @robert-j-webb! 👋 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
robert-j-webb
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Welcome @robert-j-webb! 👋
You don't need a plugin, that behavior is how commonmark works, and by extension how remark works by default.
You can plugin your example into the remark playground and see it working https://remark.js.org/