libhtml: increase Nestmax to render some convoluted pages (thanks fernan)

example page with broken citation list numbering:

https://en.m.wikipedia.org/wiki/Commodore_64
front
cinap_lenrek 2018-09-23 23:35:41 +02:00
parent 94333ce6a6
commit ef17043327
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
// A stack for holding integer values
enum {
Nestmax = 40 // max nesting level of lists, font styles, etc.
Nestmax = 256 // max nesting level of lists, font styles, etc.
};
struct Stack {