Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support start field of List #39

Open
inokawa opened this issue Jun 30, 2023 · 2 comments
Open

Support start field of List #39

inokawa opened this issue Jun 30, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@inokawa
Copy link
Owner

inokawa commented Jun 30, 2023

https://github.com/syntax-tree/mdast#list

@timmhayes
Copy link

@inokawa I'm hoping to use this package on a project I'm working on, but I'm having an issue with list items. Is it related to this open issue? My markdown looks like this:

Here is a list

1. Item one
2. Item two
3. Item three
4. Item four
5. Item five

Here is another list

1. Item one
2. Item two
3. Item three
4. Item four
5. Item five

It should render with 1-5 and 1-5, but instead the numbering continues with 6-10 as shown:
Markdown-issue
Is this a known problem or are there workarounds I can use to fix this? Thanks!

@xinran-mllabs
Copy link

Hi @inokawa I also faced the same issue with @timmhayes here, just want to know if there is any progress or update on this issue. Thank you!

@inokawa inokawa added the help wanted Extra attention is needed label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants