Skip to content

Releases: jambonrose/markdown_subscript_extension

Bugfix: Reference extension by short-module name

10 Oct 00:13
9bde493
Compare
Choose a tag to compare

Markdown's behavior pre-v3 was to automatically append mdx_ to strings
that acted as references to third-party extensions. Starting in Markdown
v3, this behavior has been removed. In v2.1.0 of this package, we
therefore lost the ability to refer to subscript (forcing developers
to switch to mdx_subscript) if referring to the extension by string
(but only in Markdown v3).

This release re-enables behavior seen on older versions of Markdown.

Official Support for Python-Markdown v3.0

09 Oct 12:50
4022b77
Compare
Choose a tag to compare

On top of supporting Python-Markdown v3, this is a long-overdue re-haul of some of the package infrastructure. Notably, nose and unittest tests are switched out for PyTest. Additionally, linting is better enforced, and pre-commit, black, and isort are used to auto-formatting.

The module code itself is unchanged.

Update Python and Python-Markdown Versions

17 Apr 21:55
Compare
Choose a tag to compare

Core functionality remains the same. Python and Python Markdown versions
are changed. Repository infrastructure changed.

  • Add test/support for Python-Markdown 2.6
  • Drop Support For:
    • Python 2.6 (EOL 2013)
    • Python 3.2 (EOL 2016)
    • Python-Markdown 2.4 (Superseded in 2014)
  • Fix Issue #2 - Setup.py errors; Description.rst missing
  • Replace coveralls with codecov
  • Add repository information such as AUTHORS and HISTORY
  • Update Makefile dist and release for PyPI changes

Markdown 2.5 Support Added

17 Oct 20:19
Compare
Choose a tag to compare

This release is specifically to add support for Markdown 2.5. No other changes have been made.

First Release!

29 Jul 18:43
Compare
Choose a tag to compare

This is the first full release of MarkdownSubscript, available here and on PyPI.