We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this HTML code <b>bold</b> is not getting added in draft inlineStyleRanges: [].
<b>bold</b>
But when I give <span style="font-weight:bold;">bold</span> inline style: "BOLD" is getting added in inlineStyleRanges.
<span style="font-weight:bold;">bold</span>
The text was updated successfully, but these errors were encountered:
bold and strikethrough are not getting added.
bold
strikethrough
Sorry, something went wrong.
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.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: