Changes in this release:- Add ePub checks for various types of body/@page margins (Idolse)
- Add ePub check for having <address> smart-tags within their content
- For the Series gap check, fix the handling of duplicates
Thanks to Idolse for providing the margin checks, which act as companions for the Modify ePub plugin which I have also released officially today.
@DrMerry - this should fix the duplicate issue you reported, thanks for that.
The other new check is for so-called "smart tags" which irritate me greatly. When I looked into these a while ago I think it is Word that is the source of these, and for people who edit books without unticking the "save smart tags" box.
The net result is in the html for your book you end up with something like this around anything that looks like a possible street or road name:
Code:
<p class="xxx">He walked down</p>
<address class="xxx">
Main St.
</address>
<p> to see something...</p>
It screws up the readability of your book in appearance and alignment and just is generally a really stupid thing to have to put up with when reading a book. The check I have added searches your ePubs for </address>, so you can manually edit them out using Sigil or your desired ePub editor.