-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
- Gitea version (or commit ref): a8325dd
- Can you reproduce the bug at https://try.gitea.io:
- 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)