@KevinH : Regarding the extra spacing @Trane (and previously @JustinThought) is reporting, here is an epub that clearly demonstrates the issue. Open the epub, open Section0001.xhtml in Code View and watch the spacing grow with each and every Save (so long as "Mend XHTML Source Code on Save" is enabled in Preferences). It also adds a line with each subsequent Open when "Mend XHTML Source Code on Open" is enabled.
Somehow, the preceding "p" tag confuses "Mend" into thinking the following text isn't properly contained within a block-level tag (other than "body"). It's not something many people are probably going to encounter, but it probably shouldn't be happening since the xhtml is technically valid.
Last edited by DiapDealer; 12-22-2016 at 09:07 AM.
|