Closed
Description
- Gitea version (or commit ref): 1.9.4
- Git version: N/A
- Operating system: Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (https://try.gitea.io/HenrikBengtsson/test/issues/17)
- No
- Not relevant
- Log gist:
Description
Putting a comma, colon, or a semicolon after a user tag causes the tag to _not_ link to that user, e.g.
1. @hb works, and
2. so does @hb.
3. However, using @hb, @hb:, or @hb; do _not_ work.
Similarly, putting a user tag in curly brackets disables the link, e.g.
4. Moreover, (@hb) and [@hb] work, but
4. {@hb} doesn't.
As a reference, all of the above works on GitHub.
(I fenced the description to make it easy to cut'n'paste for testing).