Kadi Kraman
Kadi Kraman
I'm not 100% sure what you mean. Could you give me an example in markdown?
@bw I've got 100% test coverage, so I think we could make it work if I get an accurate test written. Would you be able to give me the JSON...
I finally got around to building a small [demo app](https://github.com/kadikraman/draftjs-md-converter/tree/master/demo) for this library using [create react app](https://create-react-app.dev/docs/getting-started/) and was able to [deploy it](https://kadikraman.github.io/draftjs-md-converter/) with no issues using `draftjs-md-converter@^1.4.0` so I...
Could you please provide steps to reproduce?
Just released v1.5.0 which might have fixed this 🤞
Hi there! Good point! To explain the reasoning, I'll have to go into how the converter works. The content state in draft.js isn't just a string, it's stored in "draft.js...
It may potentially it may result in some unexpected behaviour overriding other types. An update to [this function](https://github.com/kadikraman/draftjs-md-converter/blob/master/src/mdToDraftjs.js#L28) should be able to provide a general solution. Could you log out...
I very much did forget, thanks for the reminder @gabrieldonadel 🙏
Same! Just raised a PR to hopefully fix it, it was bugging me as well 🙌
@piotrski for sure, I thought the same, but it is not used for the other tabs (I think because they want to do other actions like refresh the feed as...