markdown2 v2.4.4 Release Notes

    • [pull #439] Fix TypeError if html-classes extra is None
    • ๐Ÿšš [pull #441] Remove Python2 support
    • [pull #445] Replace <strike> with <s> in strike extra
    • [pull #446] Fix link patterns extra applying within links
    • [pull #443] create proper entry point
    • [pull #449] Codespans inside link text issue344
    • [pull #451] Underline and HTML comments
    • [pull #453] Links with brackets
    • [pull #454] Fix emacs local variable one-liners
    • [pull #457] Example of the current mixed-paragraph mode behavior in lists
    • [pull #455] Fix code block indentation in lists
    • [pull #434] Fix filter bypass leading to XSS (#362)
    • [pull #464] Fix html-classes extra not applying to code spans
    • [pull #462] Fix pygments block matching
    • [pull #462] Fix pyshell blocks in blockquotes
    • [pull #463] Fix multilevel lists
    • [pull #468] Remove _uniform_outdent_limit function
    • ๐Ÿ‘ [pull #470] Add support for ordered lists that don't start at 1. (#469)
    • [pull #472] Fix AssertionError with lazy numbered lists (issue #471)
    • [pull #475] Add <ul> and <ol> tags to html-classes extra (#352)
    • โœ… [pull #473] XSS test and fix