@DNSB . . . Here are some examples of correct plugin usage:
Before running the plugin:
Code:
<p><em>This is a test for correct plugin usage and behaviour.</em></p>
Code:
<p>This is a <em>test</em> for correct plugin <em>usage</em> and <em>behaviour.</em></p>
I ran the above code in an epub with no options set and the results were the same as above with no change.
Then I set the
Convert <i>, <b>, <em, <u>, <s> and <strong> tags to span styling. option and ran the plugin again and got:
Code:
<p><span style="font-style: italic;">This is a test for correct plugin usage and behaviour.</span></p>
Code:
<p>This is a <span style="font-style: italic;">test</span> for correct plugin <span style="font-style: italic;">usage</span> and <span style="font-style: italic;">behaviour.</span></p>
If the tags are correctly used in html as shown above -- without surrounding blank space with tags -- then you will get a good plugin result.