steveire / grantlee

Libraries for text templating with Qt
Other
141 stars 48 forks source link

Fix handling of the nested lists #65

Closed poboiko closed 4 years ago

poboiko commented 4 years ago

Add unittest based on KDE Bug 332200.

Without this patch, the nesting level can only increase, making the following lists impossible:

 1. Elem1
   * SubElem1
 2. Elem2
   * SubElem2

Instead this patch suggest to determine the level of nestidness based on QTextBlockFormat::indent().

steveire commented 4 years ago

Merged, thanks!