View Single Post
Old 12-17-2015, 01:32 PM   #6
sbin
Voracious reader
sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.sbin is less competitive than you.
 
sbin's Avatar
 
Posts: 56
Karma: 14644
Join Date: Oct 2009
Device: Kobo Aura One, Sony PRS T2, iPhone 6, Cybook Orizon, Cybook Gen3
A minor glitch: it looks like the plugin added unwanted spaces around some inline tags (like <em>, <strong> and <span>, but not around <a>).

After adding an ID to every paragraph, I got:


Code:
<h2><span>MACCHINE A VAPORE</span></h2>
Code:
<h2> <span>MACCHINE A VAPORE</span> </h2>
Code:
… che chiaṃ “<strong>astri medicei</strong>”, in onore di <strong>Cosimo II de’ Medici</strong>.</p>
Code:
… che chiaṃ “ <strong>astri medicei</strong> ”, in onore di <strong>Cosimo II de’ Medici</strong> .</p>

The code is easily fixable, and I spent less time struggling with the plugin than manually adding the IDs anyway

Last edited by sbin; 12-17-2015 at 03:03 PM.
sbin is offline   Reply With Quote