markdown2 v1.0.1.6 Release Notes

    • 🛠 Fix Python 2.6 deprecation warning about the md5 module.
    • Pass XML processing instructions and one-liner tags. For example:

      <?blah ...?>
      <xi:include xmlns:xi="..." />
      

    Limitations: they must be on one line. Test: pi_and_xinclude. Suggested by Wolfgang Machert.