Question
How can convert html tag to style in plugin developing
The text contains HTML tags, and I want to find and replace them, such as making the text between <b></b> bold, the text between <i></i> italicized, and <br> for line breaks. Is there an interface that can accomplish this?