Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Releases: zopieux/py-gfm

2.0.0

18 Nov 20:21
Compare
Choose a tag to compare
  • Bump Markdown version to ≥3.3 and Python version to ≥3.8.

1.0.2

22 Oct 22:00
Compare
Choose a tag to compare
  • Remove LICENSE from the package files to prevent issue #23.

1.0.1

22 Oct 21:50
Compare
Choose a tag to compare
  • Fix compatibility for Markdown 3.3.1 and up.

1.0.0

26 Jul 15:21
Compare
Choose a tag to compare

This major revision is not backward compatible and introduces subtle rendering diffs.

  • Replace Markdown < 3.0 support with Markdown >= 3.0 support.
  • Drop support for Python 2 since Markdown >= 3.2 drops it too.
  • Remove support for space links (space between [text] and (url)) that does not seem to be supported in upstream GFM anymore.
  • Refactor code syntax highlighting support. Module hidden_hilite is removed. This introduces minor HTML structure changes (new <code> tags and different class=) for both indented and fenced code blocks.
  • Meta: continuous integration (CI) for testing is now handled by GitHub Actions instead of Travis.