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 69 forks source link

Composed styles don't work #43

Closed juliankrispel closed 6 years ago

juliankrispel commented 6 years ago

Markdown like this comes out wrong:

__*hello* world__

Here the inlineStyleRanges should range from 0 to 5 and 0 to 11 respectively.

Instead, the bold style range comes out as 0-11 and the italic style length stays at 0 o_O