Skip to content

Link detection fails when URL is prefixed with @ character #93

@thedoom13

Description

@thedoom13

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!


Image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions