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

Insert four spaces before line content did not transform to html #158

Open mashihua opened 3 years ago

mashihua commented 3 years ago

Open demo insert content in markdown editor like bellow code which lead four spaces before input content, the draft.js editor did not show any html.

    [google](https://google.com)
orlandodemauro commented 1 year ago

@Rosey first of all thank you so much for your work. I'm facing the same issue when adding a list with more than 4 space like - mytext, any update on this issue?