Hello,
I'm using .AppendHTML to append an HTML string to a paragraph. This is the sample HTML string:
Sample <i><strong>text</strong></i><strong> </strong>in <span style="color: rgba(230, 76, 76, 1)">red<sup>2</sup></span>
However the word "red" is not in red; in other words, it seems that the style attribute is not considered. When will you add support for it?
Thanks!