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

draft-to-markdown fails for inline styles with leading whitespace #32

Closed Rosey closed 6 years ago

Rosey commented 7 years ago

Eg if draft's first "bold" char is whitespace, markdown generated is this, which is not valid:

** bold**

It should be

**bold**

Rosey commented 6 years ago

https://github.com/Rosey/markdown-draft-js/pull/36