draftjs-to-html icon indicating copy to clipboard operation
draftjs-to-html copied to clipboard

Converted content is shown as plain html when inserted in render function

Open dkm-bb opened this issue 7 years ago • 2 comments

Hi

When you insert the html in the render function like so:

render() { return (

{markup}
) }

its shown on page with html tags. It doesn't get parsed. What am I missing?

dkm-bb avatar Jun 04 '18 11:06 dkm-bb

@dkm-bb did you find the way to solve to parse the markup without showing html tag

akshay951228 avatar Jul 10 '18 03:07 akshay951228

Same, how do you actually render the html?

alexbu92 avatar Feb 15 '21 16:02 alexbu92