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
318 stars 70 forks source link

Don't keep track of style/entity offset position #10

Closed Rosey closed 7 years ago

Rosey commented 7 years ago

I had thought the offset style values were sorted but they aren't, so by keeping track of where we are and only parsing a portion of the array, we can potentially miss items.