mirror of
https://github.com/sartoopjj/thefeed.git
synced 2026-05-19 05:54:34 +03:00
a874740e92
Previously linkify received pre-escaped text, so & in URLs became & causing the regex to truncate URLs at query-string boundaries. Now linkify escapes HTML internally so URLs are matched against raw text. Also adds [label](url) markdown link support.