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

Is it possible to ignore certain tags #91

Closed divslinger closed 5 years ago

divslinger commented 5 years ago

I'm trying to exclude the conversion of links and images when converting from markdown to raw. Is there a settings flag I can set to disable it? Or maybe in the remark config?

Thank you for your work, the plugin is really handy

Rosey commented 5 years ago

Yes, check out the remarkable config here - https://github.com/jonschlinkert/remarkable under disable 😄 hope that helps!