- Refactored paragraph automatic splitting. - For python authoring mode, line ending with a single backslash will strip the newline following it plus other whitespaces (Rust style). - Change non-breaking space to `%` in python document authoring mode.
0.6.9
- Enabled paragraph automatic splitting within list items.
0.6.8
- Moved paragraph automatic splitting from the document element rendering step to the HTML translation step.
0.6.7
- Changed behavior in document authoring mode so that `None` will not be rendered in output result. - Fixed bug where there were superfluous empty paragraphs occurred during global-level paragraph splitting.
0.6.6
- Removed bug where whitespaces between commands are missing in the Paxter document authoring mode.