Closed
Description
- Gitea version (or commit ref): 1.12.0+dev-135-g9bc841353 and 1.10.2
- Git version: N/A
- Operating system: GNU/Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes: https://try.gitea.io/WGH/Test/issues/1
- No
- Not relevant
Description
URLs with three dots (like the compare links) are rendered with three dots replaced with HORIZONTAL ELLIPSIS Unicode characters, breaking links.
E.g. https://try.gitea.io/WGH/Test/compare/master...7bc715de69acad8917132a5095d1deac46582d02
becomes broken https://try.gitea.io/WGH/Test/compare/master%E2%80%A67bc715de69acad8917132a5095d1deac46582d02
Workaround
Use explicit Markdown links:
[https://try.gitea.io/WGH/Test/compare/master...7bc715de69acad8917132a5095d1deac46582d02](https://try.gitea.io/WGH/Test/compare/master...7bc715de69acad8917132a5095d1deac46582d02)