Quote:
Originally Posted by RedHeron
I've noticed something strange.
If an epub uses <p> </p> to make a space, kepubify seems to ignore it, and there is no space.
But if I use the Calibre plugin to convert to kepub, <p> </p> still works and there is a space.
|
You might want to open the kepubify and Calibre plugin versions in an epub editor and see what that code looks like after the conversion. It's possible that one is converting to <p> </p> while the other is leaving it as <p> </p>. The XHTML5 spec removed most of the named character entities so you have to use the numeric character entities which makes sense since XHTML5 dropped DTDs and most of the named character entities were defined in a DTD.