diff --git a/lib/Epub/Epub/parsers/ChapterHtmlSlimParser.cpp b/lib/Epub/Epub/parsers/ChapterHtmlSlimParser.cpp
index c22fcf2..4c77a5d 100644
--- a/lib/Epub/Epub/parsers/ChapterHtmlSlimParser.cpp
+++ b/lib/Epub/Epub/parsers/ChapterHtmlSlimParser.cpp
@@ -275,5 +275,5 @@ void ChapterHtmlSlimParser::makePages() {
renderer, fontId, marginLeft + marginRight,
[this](const std::shared_ptr& textBlock) { addLineToPage(textBlock); });
// Extra paragrpah spacing
- currentPageNextY += lineHeight / 2;
+ //currentPageNextY += lineHeight / 2;
}