Hi Everyone,

I am trying to add a HTML fragment at the end of the QTextEdit.
The HTML is

Qt Code:
  1. <sup>10</sup>
To copy to clipboard, switch view to plain text mode 

After insertion whatever I am trying to write it is adding to <sup> tag.

Can any one tell me how to come out from <sup> tag ?

Thanks.