0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-04 11:57:03 +01:00
gitea/modules/markup
Yarden Shoham 63ebb53fd5
Add link to user profile in markdown mention only if user exists (#21533)
Previously mentioning a user would link to its profile, regardless of
whether the user existed. This change tests if the user exists and only
if it does - a link to its profile is added.

* Fixes #3444

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-10-23 01:15:52 +08:00
..
common
console
csv
external
markdown Add link to user profile in markdown mention only if user exists (#21533) 2022-10-23 01:15:52 +08:00
mdstripper
orgmode Upgrade chroma to v2.3.0 (#21259) 2022-09-26 13:50:03 +08:00
camo_test.go
camo.go
html_internal_test.go
html_test.go
html.go Add link to user profile in markdown mention only if user exists (#21533) 2022-10-23 01:15:52 +08:00
renderer_test.go
renderer.go Add link to user profile in markdown mention only if user exists (#21533) 2022-10-23 01:15:52 +08:00
sanitizer_test.go
sanitizer.go