Bug fixes
- Fixed EPUB generation dropping paragraph content from malformed FB2 files where
<p>elements are nested inside other<p>elements. Previously only the last inner paragraph of each chapter was preserved; now all paragraphs are correctly recovered as separate blocks. - Added defense-in-depth fix to the XHTML renderer to prevent text overwrites in edge cases with deeply nested malformations.
Full Changelog: v1.2.0...v1.2.1