All Versions
76
Latest Version
Avg Release Cycle
75 days
Latest Release
519 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v13.0.1 Changes
May 03, 2022๐ Fixed
- โฌ๏ธ Bumped
linkify-it
to 4.0.1. That should fix some hangs, caused by wrong data, returned fromlinkify-it
.
- โฌ๏ธ Bumped
-
v13.0.0 Changes
April 22, 2022โ 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
-
v12.3.2 Changes
January 08, 2022๐ Security
- ๐ Fix possible ReDOS in newline rule. Thanks to @MakeNowJust.
-
v12.3.1 Changes
January 07, 2022๐ Fixed
- ๐ Fix corner case when tab prevents paragraph continuation in lists, #830.
-
v12.3.0 Changes
December 09, 2021๐ Changed
- ๐
StateInline.delimiters[].jump
is removed.
๐ Fixed
- Fixed quadratic complexity in pathological
***<10k stars>***a***<10k stars>***
case.
- ๐
-
v12.2.0 Changes
August 02, 2021โ Added
- Ordered lists: add order value to token info.
๐ Fixed
- Always suffix indented code block with a newline, #799.
-
v12.1.0 Changes
July 01, 2021๐ Changed
- โก๏ธ Updated CM spec compatibility to 0.30.
-
v12.0.6 Changes
April 16, 2021๐ Fixed
- ๐ Newline in
alt
should be rendered, #775.
- ๐ Newline in
-
v12.0.5 Changes
April 15, 2021๐ Fixed
- HTML block tags with
===
inside are no longer incorrectly interpreted as headers, #772. - ๐ Fix table/list parsing ambiguity, #767.
- HTML block tags with
-
v12.0.4 Changes
December 20, 2020๐ Fixed
- ๐ Fix crash introduced in
12.0.3
when processing strikethrough (~~
) and similar plugins, #742. - Avoid fenced token mutation, #745.
- ๐ Fix crash introduced in