Skip to content
New issue

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

Unexpected nested list behavior #577

Open
twall opened this issue May 6, 2024 · 0 comments
Open

Unexpected nested list behavior #577

twall opened this issue May 6, 2024 · 0 comments

Comments

@twall
Copy link

twall commented May 6, 2024

When a numbered list is followed by an unordered list

Given a numbered list with some nested items:

1. This is the primary list
2. Which may have nested items
- nested with a dash
 - or nested with a space + dash
3. The numbered list should continue at "3"

Github markdown:

  1. This is the primary list
  2. Which may have nested items
  • nested with a dash
  • or nested with a space + dash
  1. The numbered list should continue at "3"

markdown-to-jsx markdown:

  1. This is the primary list
  2. Which may have nested items
  3. nested with a dash
  • or nested with a space + dash
  1. The numbered list should continue at "3"
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant