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.
gitea/modules/markup
Sandro Santilli 52c2e82813
Custom regexp external issues (#17624)
* Implement custom regular expression for external issue tracking.

Signed-off-by: Alexander Beyn <malex@fatelectrons.org>

* Fix syntax/style

* Update repo.go

* Set metas['regexp']

* gofmt

* fix some tests

* fix more tests

* refactor frontend

* use LRU cache for regexp

* Update modules/markup/html_internal_test.go

Co-authored-by: Alexander Beyn <malex@fatelectrons.org>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 years ago
..
common Update Goldmark to Goldmark 1.4.4 (#18420) 3 years ago
console Add support for rendering terminal output with colors (#19497) 3 years ago
csv Support ignore all santize for external renderer (#18984) 3 years ago
external Set Setpgid on child git processes (#19865) 3 years ago
markdown Automatically render wiki TOC (#19873) 3 years ago
mdstripper format with gofumpt (#18184) 3 years ago
orgmode Support ignore all santize for external renderer (#18984) 3 years ago
camo.go Provide configuration to allow camo-media proxying (#12802) 3 years ago
camo_test.go Provide configuration to allow camo-media proxying (#12802) 3 years ago
html.go Custom regexp external issues (#17624) 3 years ago
html_internal_test.go Custom regexp external issues (#17624) 3 years ago
html_test.go Correctly link URLs to users/repos with dashes, dots or underscores (#18890) 3 years ago
renderer.go Add support for rendering terminal output with colors (#19497) 3 years ago
renderer_test.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 3 years ago
sanitizer.go format with gofumpt (#18184) 3 years ago
sanitizer_test.go format with gofumpt (#18184) 3 years ago