python-markdown - text-to-HTML conversion library/tool (Python 2 version)
# sudo apt-get update
# sudo apt-get install python-markdown
2016-03-21 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6.6-1) unstable; urgency=medium * New upstream bugfix release. * Bump Standards-Version to 3.9.7, no changes needed.
2016-01-29 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6.5-2) unstable; urgency=medium * Add python3-tidylib to build-dependencies and test dependencies, now that it's available. * Cherry-pick upstream commit to make code highlighting tests work with Pygments 2.1 (closes: #813028). * Update Vcs-Git field to use HTTPS, which is now the recommended protocol (refs #810378).
2015-11-26 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6.5-1) unstable; urgency=medium * New upstream bugfix release. * Drop XS-Testsuite header, not needed with recent dpkg versions.
2015-11-13 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6.4-1) unstable; urgency=medium * New upstream bugfix release. * Cherry-pick upstream patch to fix a regression in tables processing.
2015-10-27 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6.3-1) unstable; urgency=medium * New upstream bugfix release. * Update Vcs fields for git migration.
2015-04-24 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6.2-1) unstable; urgency=medium * New upstream bugfix release. * Bring debian/markdown_py.1 in sync with upstream help output. * Add some missing information to debian/copyright. * Bump python-all build-dependency to a version that introduced Python 2.7. * Upload to unstable.
2015-03-09 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6.1-1) experimental; urgency=medium * New upstream bugfix release. * Update package descriptions.
2015-02-20 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.6-1) experimental; urgency=medium * New upstream release. - No longer calls logging.captureWarnings on input (closes: #776591). * Update debian/watch to point to pypi.debian.net.
2014-11-21 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.5.2-1) experimental; urgency=medium * New upstream bugfix release. * Drop disable_wrong_tests.patch, no longer needed. * Bump Standards-Version to 3.9.6, no changes needed.
2014-11-01 - Dmitry Shachnev <mitya57@debian.org> python-markdown (2.5.1-2) unstable; urgency=medium * Disable two tests that were relying on wrong assumption about Pygments lexer guessing algorithm (closes: #767579).