react-md-editor
react-md-editor copied to clipboard
Bug: bullet lists below numbered lists rendered as continues numbered list
1. One
2. Two
* Bullet list
should render as it does here on GitHub:
- One
- Two
- Bullet list
namely as a numbered list (with 2 elements) followed by a bullet list (with 1 element)