------------------
- Fix: `img` must be in a Paragraph otherwise LibreOffice will not show the
Image
- Code cleanup and refactor
- Lots of fixes, cleanup, tests added
- Fix: blockSpan handling was completely broken
- Fix: Removed whitespace from `para` left text,
removed tail text of `para` tag
- Fix: `NextPage` did not work, it added no page break
- Fix: Do not add tabs to the ODT output, reportlab does not either.
There's a special `tab` tag that is used by our custom numbering.
- Fix: Do not fail on missing `value` of the `color` tag
- Fix: Support `pre` and `xpre` tags, make sure whitespace is not squashed
- Fix: Copy the `main` or `Main` pageTemplate to `Standard` to make ODT
at least somehow happy. Reportlab uses `main` as conventional default.
This is still just a workaround. Supporting custom templates set in a story
will take more efforts.
- Copied all z3c.rml RML test inputs, blacklisted a lot, listed shortcomings.