-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
Milestone
Description
- Gitea version (or commit ref): 1.0.1
- Git version: not relevant
- Operating system: not relevant
- Database (use
[x]):- PostgreSQL
- MySQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
Is it possible to use mailto in markdown on gitea ?
When I try
[name@example.com](mailto:name@example.com)
it produces an hyperlink
http://url/user/repo/src/master/mailto:name@example.com
instead of the mailto link
Anythink I am doing wrong?
many thanks