Fix unwanted nbsp payload of empty paragraphs
This commit is contained in:
@@ -30,6 +30,7 @@ class ChapterHtmlSlimParser {
|
||||
std::function<void(int)> progressFn; // Progress callback (0-100)
|
||||
int depth = 0;
|
||||
int skipUntilDepth = INT_MAX;
|
||||
int skipTextUntilDepth = INT_MAX; // skip character data inside synthetic zero-height spacer <p>
|
||||
int boldUntilDepth = INT_MAX;
|
||||
int italicUntilDepth = INT_MAX;
|
||||
int underlineUntilDepth = INT_MAX;
|
||||
|
||||
Reference in New Issue
Block a user