Hi! I noticed that when a URL is prefixed with certain characters, the link is still detected correctly.
However, when prefixed with the @ character, the URL is not detected at all.
Examples
Works as expected:
>https://example.org → detects https://example.org
!https://example.org → detects https://example.org
#https://example.org → detects https://example.org
Does not work:
@https://example.org → no link detected
Is this the expected behavior, or should this be handled as a special case?
Thanks!

Hi! I noticed that when a URL is prefixed with certain characters, the link is still detected correctly.
However, when prefixed with the
@character, the URL is not detected at all.Examples
Works as expected:
>https://example.org→ detectshttps://example.org!https://example.org→ detectshttps://example.org#https://example.org→ detectshttps://example.orgDoes not work:
@https://example.org→ no link detectedIs this the expected behavior, or should this be handled as a special case?
Thanks!