Hi Jim,
Inside split 17 of the epub unzipped file is:
Code:
<ul type="square" class="calibre13"><p class="calibre3">
</p><li class="calibre14"><b class="calibre16">
but in my html file, before calibre got it, is this:
Code:
<ul style="square">
<li>
and in split 18 of the epub unzipped:
Code:
</p>
In late 2011, National Geographic aired the documentary <i class="calibre5">Pickpocket King</i> about the couple’s work as “thiefhunters in paradise.” The paradise
…
while my original html file (before calibre) is:
Code:
In late 2011, National Geographic aired the documentary <i>Pickpocket King</i> about the couple’s work as “thiefhunters in paradise.”
Calibre sure seems to have changed a lot of code. It also took away all the code for quotes, ellipsis, etc.