Release Summary
Bugfix and feature release that improves markup parsing and generation with respect to whitespace handling and escaping.
Minor Changes
- Allow to determine how to handle whitespace during parsing with the new
whitespace
option (#295). - Always remove some whitespace around
HORIZONTALLINE
(#295). - Apply postprocessing to RST and MarkDown to avoid generating invalid markup when input contains whitespace at potentially dangerous places (#296).