KFX/AZW8 fixes
- Fixed KFX drop-cap layout when paragraphs use negative horizontal margins.
- Drop-cap paragraphs and their immediate following paragraph are now wrapped together when needed, preventing Kindle’s native drop-cap renderer from interacting badly with negative paragraph margins.
- The wrapper preserves the intended external negative margins, while child paragraphs are protected from negative horizontal geometry that can cause incorrect text wrapping.
- Fixed oversized spacing after drop caps:
- the following paragraph no longer receives the default 1em / 0.833333lh margin by accident;
- requested paragraph spacing such as 0.3em is preserved as the expected smaller KFX value;
- margin: 0 no longer produces an artificial vertical gap.
- Preserved normal drop-cap paragraph vertical margin behavior outside the special wrapper case.
Full Changelog: v1.3.4...v1.3.5