You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/markup
mrsdizzie f2de5dc8c8 Replace linkRegex with xurls library (#6261)
* Replace linkRegex with xurls library

Rather than maintaining a complicated regex to match URLs for
autolinking, gitea can use this existing go library that takes care of
the matching with very little code change to gitea itself. After
spending a while trying to find the perfect regex for all cases this library
still works better as it is more flexible than a single regex ever will be.

This will also fix the following issues: #5844 #3095 #3381

This passes all our current tests and I've added new ones mentioned in
those issues as well.

* Use xurls.StrictMatchingScheme instead of xurls.Strict

This is much faster and we only care about https? links to preserve
existing behavior.
5 years ago
..
csv Add csv file render support defaultly (#4105) 6 years ago
external support envs on external render commands (#5278) 6 years ago
markdown Allow markdown files to read from the LFS (#5787) 5 years ago
orgmode Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) 5 years ago
html.go Replace linkRegex with xurls library (#6261) 5 years ago
html_internal_test.go Rework special link parsing in the post-processing of markup (#3354) 6 years ago
html_test.go Replace linkRegex with xurls library (#6261) 5 years ago
markup.go Prioritize "readme.md" (#5691) 6 years ago
markup_test.go Prioritize "readme.md" (#5691) 6 years ago
sanitizer.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago
sanitizer_test.go Restructure markup & markdown to prepare for multiple markup language… (#2411) 7 years ago