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

Numbering Resets After Bullet Points #1026

Open
oguzhanceliko opened this issue Jan 24, 2025 · 0 comments
Open

Numbering Resets After Bullet Points #1026

oguzhanceliko opened this issue Jan 24, 2025 · 0 comments

Comments

@oguzhanceliko
Copy link

oguzhanceliko commented Jan 24, 2025

I have encountered an issue with numbered lists in markdown. After adding bullet points under a numbered item, the numbering resets instead of continuing sequentially.

Example of the issue:
Here is the markdown I am using:

The expected output should be:

  1. test1
  2. test2
  3. test3
    • subtest1
    • subtest2
  4. test4
  5. test5

However, the actual output is:

Image

The numbering should continue sequentially after the bullet points, instead of resetting to "1."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant