jpuri / draftjs-to-html

Library for converting Draftjs editor content state to HTML
MIT License
322 stars 143 forks source link

Use of draftjs mention plugin #38

Closed manoelneto closed 6 years ago

manoelneto commented 6 years ago

I tryied to use your code, but I use mention plugin.

Can you describe how I can render mention properly (with links)?

thanks

jpuri commented 6 years ago

This lib may not work with plugins, you need to change this piece: https://github.com/jpuri/draftjs-to-html/blob/master/js/block.js#L329

manoelneto commented 6 years ago

thank you so much