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

Fix reopening of inline styles #38

Closed troutowicz closed 6 years ago

troutowicz commented 6 years ago

This is an additional fix on top of https://github.com/Rosey/markdown-draft-js/pull/3.

Rich text

bold/italic plain

Expected markdown

**_bold/italic_** plain

Actual markdown

**_bold/italic_**__ plain

Rosey commented 6 years ago

Thank you, I will take a look/test when I have a chance :)

If you have extra time, writing an additional test for this case would also be appreciated as part of this PR, otherwise I'll add it to the todo list :)

troutowicz commented 6 years ago

Thanks for the test and merge @Rosey!