Slight adjustments

This commit is contained in:
jpirnay
2026-03-31 21:17:32 +02:00
parent 0ad2ac71c7
commit 913831749e
2 changed files with 2 additions and 5 deletions
@@ -70,7 +70,6 @@ class ChapterHtmlSlimParser {
int tableRowIndex = 0;
int tableColIndex = 0;
// List nesting tracking for ul/ol markers
struct ListEntry {
int depth;
bool isOrdered;