Adapt upstream PR1582 by daveallie

This commit is contained in:
jpirnay
2026-04-06 11:17:32 +02:00
parent ed8c23ee72
commit f78ecd37c9
3 changed files with 59 additions and 52 deletions
@@ -65,6 +65,7 @@ class ChapterHtmlSlimParser {
bool hasUnderline = false, underline = false;
};
std::vector<StyleStackEntry> inlineStyleStack;
std::vector<BlockStyle> blockStyleStack;
CssStyle currentCssStyle;
bool effectiveBold = false;
bool effectiveItalic = false;