CommonMark PHP v1.3.0 Release Notes

Release Date: 2020-02-08 // about 4 years ago
  • 🍱 ℹī¸ Do you use league/commonmark-ext* packages? Those features are now included directly in this library! See #409 for details on making the switch.

    ➕ Added

    • 👍 Added (optional) full GFM support! 🎉🎉🎉 (#409)
    • ➕ Added check to ensure Markdown input is valid UTF-8 (#401, #405)
    • Added new unordered_list_markers configuration option (#408, #411)

    🔄 Changed

    • 🐎 Introduced several micro-optimizations for a 5-10% performance boost