- Update the GFM spec to the latest master branch. - Update the CommonMark spec to 0.31.2.
2.1.120240619
Fixed
- Reference link will not render if the reference definition doesn't end with newline.
2.1.020240613
Changed
- Drop support of Python 3.7.
2.0.320240222
- Add pretty representation for the AST for debugging purpose. An extra group `repr` is added for more readable output. - Make a dummy `Document` element if the element to render is not a `Document` instance.
2.0.220231116
Fixed
- Rewrite the parsing logic of GFM tables. - Fixed the dispatching among different renderers for render methods in extensions. Now the GFM renderer supports `MarkdownRenderer`.
2.0.120231023
Fixed
- Preserve link references when rendering document as Markdown.