html-to-draftjs
html-to-draftjs copied to clipboard
inline style bold is not getting converted.
this HTML code <b>bold</b>
is not getting added in draft inlineStyleRanges: [].
But when I give <span style="font-weight:bold;">bold</span>
inline style: "BOLD" is getting added in inlineStyleRanges.
bold
and strikethrough
are not getting added.
I have the same problem with background-color, have you solution for that?
I didn't find a solution. I used regex to replace the final html.