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 bug with draft-to-markdown leading whitespace #36

Closed Rosey closed 6 years ago

Rosey commented 6 years ago

Because markdown doesn't work when there's leading whitespace we need to trim it off the front.

Approach here is to hang on to styles to add and not actually add them until we hit a non-whitespace character.