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 closing tags #45

Closed Rosey closed 6 years ago

Rosey commented 6 years ago

Before this - markdown with nested styles couldn't be properly rendered.

Before this - the last tag would always be assumed as the closing tag, so if there's more than 1 open tag, the logic would fail, the logic now checks for two things to assume a closing tag:


Original PR: https://github.com/Rosey/markdown-draft-js/pull/42 Issue: https://github.com/Rosey/markdown-draft-js/issues/43