You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
This is the primary list
Which may have nested items
nested with a dash
or nested with a space + dash
The numbered list should continue at "3"
markdown-to-jsx markdown:
This is the primary list
Which may have nested items
nested with a dash
or nested with a space + dash
The numbered list should continue at "3"
The text was updated successfully, but these errors were encountered:
When a numbered list is followed by an unordered list
Given a numbered list with some nested items:
Github markdown:
markdown-to-jsx
markdown:The text was updated successfully, but these errors were encountered: