URLs in markdown are rendered with Javascript #1449

Closed
opened 2025-11-02 04:01:15 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @kolaente on GitHub (Jan 13, 2018).

Description

URLs in Markdown documents are parsed with Javascript. Is there a reason for this? I don't think its a good approach. And the markdown library we're using does support that, so there's no real need to make it more complicated. (Quick example: https://gist.github.com/kolaente/2d8ad9e2ebc0562698ec052dc575e5d9)

Originally created by @kolaente on GitHub (Jan 13, 2018). - Gitea version (or commit ref): a8325dd - Can you reproduce the bug at https://try.gitea.io: - [x] Yes (provide example URL) https://try.gitea.io/ZeroNet/ZeroNet ## Description URLs in Markdown documents are parsed with Javascript. Is there a reason for this? I don't think its a good approach. And the markdown library we're using does support that, so there's no real need to make it more complicated. (Quick example: https://gist.github.com/kolaente/2d8ad9e2ebc0562698ec052dc575e5d9)
GiteaMirror added the type/bug label 2025-11-02 04:01:15 -06:00
Author
Owner

@thehowl commented on GitHub (Jan 13, 2018):

Known and being resolved by #3354. (The way to solve the issue is more complicated than a simple "flick a switch in blackfriday", but I'm working on it)

@thehowl commented on GitHub (Jan 13, 2018): Known and being resolved by #3354. (The way to solve the issue is more complicated than a simple "flick a switch in blackfriday", but I'm working on it)
Author
Owner

@kolaente commented on GitHub (Jan 13, 2018):

Oh very cool! There is another issue open for this which I've just found: #652

@kolaente commented on GitHub (Jan 13, 2018): Oh very cool! There is another issue open for this which I've just found: #652
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1449