markdown-it v13.0.0 Release Notes
Release Date: 2022-04-22 // almost 3 years ago-
โ Added
- โ Added a new token type
text_special
to store escaped characters, same astext
but unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.). - โ Added a new rule
text_join
incore
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 tofragments_join
.
๐ Fixed
- Smartquotes, typographic replacements and plain text links can now be escaped
with backslash (e.g.
\(c)
orgoogle\.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.
- โ Added a new token type