@DNSB . . . I'm really not sure what you are talking about wrt the
CustomCleanerPlus plugin because that plugin certainly does not have the capability to add <i></i> tags around any selected text. My plugin can't do that in other words.
However, the plugin does give you the option to select the
Convert <i>, <b>, <em>, <u>, <s> and <strong> tags to span styling which will, for example, convert any <i></i> tags to their <span> tag equivalent, like this:
Converts from this:
Code:
<p><i>This is an italic sentence</i></p>
To this:
Code:
<p><span style="font-style: italic;">This is an italic sentence</span></p>
But there's just no way that my plugin can add <i></i> tags to specific text. After all, why would I add such a feature to my plugin when you can already add and remove <i></i> tags in Sigil
without using any plugin?
And I've also just tested that particular plugin feature again and it seems to work as I've described without any problems at all.