Commit graph

5 commits

Author SHA1 Message Date
hrb-hub
45bbfe3135 Bump linkifyjs and linkify-html to 4.3.1
This version has a fix for breaking mails that contain HTML comments
closed with +2 dashes.

HTML comments closed with more than two dashes weren't handled correctly
by linkify. Causing the comments' closing `>` to be escaped and replaced
by `>`
This resulted in actual markup being commented out.

Example:
`<div><!--comment--->Actual markup</div>`
becomes
`<div><!--comment---&gt;Actual markup&lt;/div&gt;-->`
2025-05-15 11:36:46 +02:00
nig
abce92d41f upgrade dependencies 2023-12-13 13:56:49 +01:00
ivk
a1622722d4 Use ESM export for linkifyjs 2022-01-25 13:29:48 +01:00
ivk
18e7ee092a Update linkifyjs to 3.0.5, close #3800 2022-01-25 13:29:48 +01:00
jom
224996a2d1 use linkify 2021-06-16 14:00:09 +02:00