react-md-editor icon indicating copy to clipboard operation
react-md-editor copied to clipboard

Bug: bullet lists below numbered lists rendered as continues numbered list

Open elimisteve opened this issue 9 years ago • 0 comments

1. One
2. Two

* Bullet list

should render as it does here on GitHub:

  1. One
  2. Two
  • Bullet list

namely as a numbered list (with 2 elements) followed by a bullet list (with 1 element)

elimisteve avatar Jan 12 '17 22:01 elimisteve