View Single Post
Old 12-09-2023, 02:39 AM   #184
slowsmile
Witchman
slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.slowsmile ought to be getting tired of karma fortunes by now.
 
Posts: 628
Karma: 788808
Join Date: May 2013
Location: Philippines
Device: Android S5
@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.

Last edited by slowsmile; 12-09-2023 at 02:41 AM.
slowsmile is offline   Reply With Quote