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

inline style bold is not getting converted.

Open edwinbbu opened this issue 4 years ago • 3 comments

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.

edwinbbu avatar May 12 '20 05:05 edwinbbu

bold and strikethrough are not getting added.

levi-art-rules avatar Nov 23 '20 09:11 levi-art-rules

I have the same problem with background-color, have you solution for that?

grzegorzCieslik95 avatar Jan 06 '21 17:01 grzegorzCieslik95

I didn't find a solution. I used regex to replace the final html.

edwinbbu avatar Jan 06 '21 17:01 edwinbbu