* correctly parse negative margins in CSS definitions. * This fixes a bug that led for some pages to a high number (>1000) of newlines between content.
0.0.3.5
This prevents encoding errors when using `inscript.py` for converting HTML pages to text.
0.0.3.4
Decode HTML entities such as `Auml;`, `Ouml;`, `Uuml;`prior to returning the plain text version of the HTML page.
0.0.3.3
* improved handling of highly nested tables * more comprehensive PyPI metadata
0.0.3.2
Changelog
1. optional flask web service for converting html to python 2. bug fixes * allow infinitely nested lists * fix a css parsing bug * correctly handle empty documents