sstur / react-rte

Pure React rich text WYSIWYG editor based on draft-js.
https://react-rte.org
ISC License
2.86k stars 431 forks source link

Links options with markdown #420

Open mariusrak opened 2 years ago

mariusrak commented 2 years ago

Hi, I'm using markdown output. MD doesn't allow settings as target and no follow for links. But editor allows user to configure this with links. I cannot find a way to remove this options from editor. I looked into code and it seems they are hard-coded. Would it be possible to add a setting in editor configuration to remove this options? Thanks