- Update the implementation to conform with Commonmark 0.30 spec.
1.0.320210607
- Consider unicode punctuations when judging whether a delimiter is an opener or a closer. - Prefix parsing is eager now.
1.0.220210406
- Fix a parsing crash if no newline following the prefix of a block element. - Unescape html character refs in ASTRenderer result. - Fix an index error when parsing an incomplete link.
1.0.120210106
- Remove the duplicate newlines in the output of paragraphs of markdown renderer.
1.0.020201229
- Drop support of Python 2.7 - Remove the deprecated extension object - Blacken the code base
0.10.020201123
- Drop support of Python 3.5 - Fix a bug about rendering image links of `MarkdownRender`