Adopt crossinks low mem guard idea

This commit is contained in:
jpirnay
2026-05-04 19:55:18 +02:00
parent 441f1c7107
commit c65863cee5
2 changed files with 68 additions and 1 deletions
@@ -57,6 +57,7 @@ class ChapterHtmlSlimParser final : public Print {
std::string contentBase;
std::string imageBasePath;
int imageCounter = 0;
bool lowMemoryImageFallback = false;
// Style tracking (replaces depth-based approach)
struct StyleStackEntry {