This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
Releases: readthedocs/commonmark.py
Releases · readthedocs/commonmark.py
0.6.4
- The CommonMark spec has been updated to 0.25.
- The HtmlRenderer has been refactored based on upstream changes in commonmark.js.
- Python 2 fixes from @eric-wieser
- Contributions from @funkybob and @hyperknot
0.6.3
0.6.2
- Fixed a UnicodeEncodeError when parsing unicode entities on Python 2. As a result, CommonMark-py now relies on the "future" module in Python 2, as documented in setup.py. This can be found on pypi: https://pypi.python.org/pypi/future
0.6.1
0.6.0
- CommonMark-py now complies to the 0.23 CommonMark spec
http://spec.commonmark.org/0.23/ - The ExtensionBlock has been removed in this release, since
the parser has been rewritten. - Added a compatibility fix for Python 2.6, but this version
of Python still isn't really supported. HTMLRenderer
has been renamed toHtmlRenderer
.DocParser
has been renamed toParser
.