- Now package has explicit classifiers for python2 and python3 in setup.py and on pypi.org.
- Added support for Python 3.
- Now CHANGELOG.md, LICENSE and README.md are included into the source dist.
- Fixed broken installation process. Please, update try to install this version instead of 0.2.0.
- No more dependency from
markdown2-with-blackjack
, now this module depends on originalpython-markdown2
. - Template tag
markdown2
was renamed tomarkdown
and this is backward incompatible change.
- Now supports additional options for code-color extra.
- Fixed dependency from the markdown2.
- Explicit dependency from the Django have been dropped.