jpuri / draftjs-to-html

Library for converting Draftjs editor content state to HTML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dkm-bb opened this issue · 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 did you find the way to solve to parse the markup without showing html tag

Same, how do you actually render the html?