markdown-it v12.0.3 Release Notes

Release Date: 2020-12-07 // over 3 years ago
  • 🛠 Fixed

    • [](<foo<bar>) is no longer a valid link.
    • [](url (xxx()) is no longer a valid link.
    • [](url\ xxx) is no longer a valid link.
    • 🛠 Fix performance issues when parsing links (#732, #734), backticks, (#733, #736), emphases (#735), and autolinks (#737).
    • 👍 Allow newline in <? ... ?> in an inline context.
    • 👍 Allow <meta> html tag to appear in an inline context.