markdown-it v13.0.1 Release Notes

Release Date: 2022-05-03 // almost 2 years ago
  • ๐Ÿ›  Fixed

    • โฌ†๏ธ Bumped linkify-it to 4.0.1. That should fix some hangs, caused by wrong data, returned from linkify-it.

Previous changes from v13.0.0

  • โž• Added

    • โž• Added a new token type text_special to store escaped characters, same as text but unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).
    • โž• Added a new rule text_join in core ruler. Text replacement plugins may choose to insert themselves before it.

    ๐Ÿ”„ Changed

    • (p) is no longer replaced with ยง by typographer (conflicts with โ„—), #763.
    • text_collapse rule is renamed to fragments_join.

    ๐Ÿ›  Fixed

    • Smartquotes, typographic replacements and plain text links can now be escaped with backslash (e.g. \(c) or google\.com are no longer replaced).
    • Fixed collision of emphasis and linkifier (so http://example.org/foo._bar_-_baz is now a single link, not emphasized). Emails and fuzzy links are not affected by this.