URLs in markdown are not auto linked #1494

Closed
opened 2025-11-02 04:02:29 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @chinglinwen on GitHub (Feb 2, 2018).

Description

in issue comments or markdown editor

enter a link

http://example.com

expect it auto linked

expect to no need to enter the following

[http://example.com](http://example.com)
Originally created by @chinglinwen on GitHub (Feb 2, 2018). - Gitea version (or commit ref): Gitea Version: 1.3.2 - Git version: git version 1.8.3.1 (server) - Operating system: ( centos7) - Database (use `[x]`): - [ ] PostgreSQL - [ ] MySQL - [ ] MSSQL - [x] SQLite - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) https://try.gitea.io/33485938475983475/DeezLoader-Reborn/issues/2 - [ ] No - [ ] Not relevant - Log gist: ## Description in issue comments or markdown editor enter a link ``` http://example.com ``` expect it auto linked expect to no need to enter the following ``` [http://example.com](http://example.com) ```
GiteaMirror added the type/enhancement label 2025-11-02 04:02:30 -06:00
Author
Owner

@captn3m0 commented on GitHub (Feb 2, 2018):

Auto-linking is a feature of GitHub formatted markdown, and not standard markdown. You should be using <http://example.com> instead.

@captn3m0 commented on GitHub (Feb 2, 2018): Auto-linking is a feature of GitHub formatted markdown, and not standard markdown. You should be using `<http://example.com>` instead.
Author
Owner

@chinglinwen commented on GitHub (Feb 3, 2018):

That way is a lot easier than the default one, it helps a lot for me, thanks. though, I think the Auto-linking feature should still be added.

@chinglinwen commented on GitHub (Feb 3, 2018): That way is a lot easier than the default one, it helps a lot for me, thanks. though, I think the Auto-linking feature should still be added.
Author
Owner

@thehowl commented on GitHub (Mar 3, 2018):

Solved by #3354 (merged)

@thehowl commented on GitHub (Mar 3, 2018): Solved by #3354 (merged)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1494