Rosey / markdown-draft-js

A tool to convert content created in DraftJS to markdown and vice versa.
https://rosey.github.io/markdown-draft-js/
MIT License
317 stars 70 forks source link

Fix the number of ordered lists #135

Closed rahmonzoda closed 4 years ago

rahmonzoda commented 4 years ago

Fix the number of ordered lists when there is unstyled block between the lists

Example: Header

  1. Some list
  2. Some list

Header

  1. Some list
  2. Some list

will be converted to

Header

  1. Some list
  2. Some list Header
  3. Some list
  4. Some list