jpuri / draftjs-to-html

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

draftToHtml strips out code formatting tags. #49

Open sublimecoder opened 6 years ago

sublimecoder commented 6 years ago

draftToHtml strips out code formatting tags, like <pre></pre> or <code></code> these are produced by react-draft-wysiwyg. Anyone have a work around?

sublimecoder commented 6 years ago

Does anyone have any solutions to this?

chilts commented 4 years ago

I suspect this is the same issue here : https://github.com/jpuri/draftjs-to-html/issues/51#issuecomment-569646090