Merge branch 'fix-css-pre' of https://github.com/jpirnay/crosspoint-reader into mybuild
This commit is contained in:
@@ -32,6 +32,7 @@ class ChapterHtmlSlimParser {
|
||||
int boldUntilDepth = INT_MAX;
|
||||
int italicUntilDepth = INT_MAX;
|
||||
int underlineUntilDepth = INT_MAX;
|
||||
int preUntilDepth = INT_MAX; // set when inside a <pre> element; enables \n → line-break handling
|
||||
// buffer for building up words from characters, will auto break if longer than this
|
||||
// leave one char at end for null pointer
|
||||
char partWordBuffer[MAX_WORD_SIZE + 1] = {};
|
||||
|
||||
Reference in New Issue
Block a user