Test of Automatically Linked References

Official Documentation: https://docs.gitea.com/usage/automatically-linked-references#user-team-and-organization-mentions (2025-06-24):

User, Team and Organization Mentions

When a text in the form @username is found and username matches the name of an existing user, a mention reference is created. This will be shown by changing the text into a link to said user's profile, and possibly create a notification for the mentioned user depending on whether they have the necessary permission to access the contents.

Example:

@John, can you give this a look?

This is also valid for teams and organizations:

@Documenters, we need to plan for this. @CoolCompanyInc, this issue concerns us all!

Teams will receive mail notifications when appropriate, but whole organizations won't.

Commit messages do not produce user notifications.

Name of organization: EXAMPLEorga
Name of user: mrcrsr
Name of teams: Contributors, Readers, Readers-Pre-Repo, ReadersPerRepo

References to user mrcrsr: ✓
@mrcrsr, @MrcrsR

References to organization EXAMPLEorga: ✓
@exampleorga, @EXAMPLEorga, @ExampleorgA

References to team Contributors (write access to all repos in orga, all features): ✓ ✗
@contributors, @Contributors, @exampleorga/contributors, @exampleorga/Contributors, @EXAMPLEorga/contributors, @EXAMPLEorga/Contributors

References to team Readers (read access to all repos on orga, all features): ✓ ✗
@readers, @Readers, @exampleorga/readers, @exampleorga/Readers, @EXAMPLEorga/readers, @EXAMPLEorga/Readers

References to team Readers-Per-Repo (read access only on a per-repo-basis): ✗
@readers-per-repo, @Readers-Per-Repo, @exampleorga/readers-per-repo, @exampleorga/Readers-Per-Repo, @EXAMPLEorga/readers-per-repo, @EXAMPLEorga/Readers-Per-Repo

References to team ReadersPerRepo (read access only on a per-repo-basis): ✗
@readersperrepo, @ReadersPerRepo, @exampleorga/readersperrepo, @exampleorga/ReadersPerRepo, @EXAMPLEorga/readersperrepo, @EXAMPLEorga/ReadersPerRepo

Description
No description provided
Readme 34 KiB