~~~~~~~~~~~~~~~~
- Code overhaul, in particular the reST Writer has been rewritten from scratch and the Visitor
streamlined
- reST generation is now done using a stack of objects, easier to understand and to extend
- honor the auto-numerated and nested list styles
- handle line breaks in paragraphs
- honor the title and subtitle of the document, using different decorations than those used
for section titles
- respect the styling of the section titles
- support multi-rows header in tables
- handle subscript and superscript text styles
- New automatic tests, comparing the output with an expected result
- Print to stdout alternative mode