gitea/modules/markup
mrsdizzie 4a2e92bcd1 Modify linkRegex to require http|https (#6171)
Modify the current linkRegex to require http|https which appears to be
the intended behavior based on the comments. Right now, it also matches
anything starting with www as well. Also add testing for linkRegex
2019-02-28 20:31:53 +08:00
..
csv
external
markdown Allow markdown files to read from the LFS (#5787) 2019-02-12 15:09:43 +00:00
orgmode Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) 2019-01-30 17:17:43 -05:00
html_internal_test.go
html_test.go Modify linkRegex to require http|https (#6171) 2019-02-28 20:31:53 +08:00
html.go Modify linkRegex to require http|https (#6171) 2019-02-28 20:31:53 +08:00
markup_test.go Prioritize "readme.md" (#5691) 2019-01-14 14:15:06 -05:00
markup.go Prioritize "readme.md" (#5691) 2019-01-14 14:15:06 -05:00
sanitizer_test.go
sanitizer.go