diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-11-23 11:22:50 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-11-23 11:22:50 -0600 |
commit | 60c8c5402c0475306e4c791dcd74d36553f7c552 (patch) | |
tree | f12b5a3a5bd33d19de87b71ffd981e2499ea8996 /mix.exs | |
parent | a65fc78c6a14e1333ce71d28824a490a8a6da69b (diff) | |
download | pleroma-60c8c5402c0475306e4c791dcd74d36553f7c552.tar.gz |
Update Linkify to 0.3.0
Added
- Support returning result as iodata and as safe iodata
Fixed
- Hashtags followed by HTML tags "a", "code" and "pre" were not detected
- Incorrect parsing of HTML links inside HTML tags
- Punctuation marks in the end of urls were included in the html links
- Incorrect parsing of mentions with symbols before them
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ defmodule Pleroma.Mixfile do {:floki, "~> 0.27"}, {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, - {:linkify, "~> 0.2.0"}, + {:linkify, "~> 0.3.0"}, {:http_signatures, "~> 0.1.0"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, |