- Add support for wrapping list items.
- Handle / marks mid-text within stressed tags or right after stressed tags.
- Images_as_html config option to always generate an img html tag. preserves "height", "width" and "alt" if possible.
- Remove support for retrieving HTML over the network.
- Add __main__.py module to allow running the CLI using python -m html2text ....
- Correct spacing when a HTML entity follows a non-stressed tags which follow a stressed tag.
- Remove unused or deprecated:
- html2text.compat.escape()
- html2text.config.RE_UNESCAPE
- html2text.HTML2Text.replaceEntities()
- html2text.HTML2Text.unescape()
- html2text.unescape()
- Handle LEFT-TO-RIGHT MARK after a stressed tag.
Signed-off-by: Pierre-Yves <pyu@riseup.net>