forgejo/modules/markup
Yarden Shoham 63ebb53fd5
Add link to user profile in markdown mention only if user exists ()
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 

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 Add more linters to improve code readability () 2022-06-20 12:02:49 +02:00
console Allow render HTML with css/js external links () 2022-06-16 11:33:23 +08:00
csv Allow render HTML with css/js external links () 2022-06-16 11:33:23 +08:00
external Allow render HTML with css/js external links () 2022-06-16 11:33:23 +08:00
markdown Add link to user profile in markdown mention only if user exists () 2022-10-23 01:15:52 +08:00
mdstripper Go 1.19 format () 2022-08-30 21:15:45 -05:00
orgmode Upgrade chroma to v2.3.0 () 2022-09-26 13:50:03 +08:00
camo.go Provide configuration to allow camo-media proxying () 2022-03-29 10:27:37 +02:00
camo_test.go Provide configuration to allow camo-media proxying () 2022-03-29 10:27:37 +02:00
html.go Add link to user profile in markdown mention only if user exists () 2022-10-23 01:15:52 +08:00
html_internal_test.go Custom regexp external issues () 2022-06-10 13:39:53 +08:00
html_test.go Fix slight bug in katex () 2022-10-05 19:55:36 +01:00
renderer.go Add link to user profile in markdown mention only if user exists () 2022-10-23 01:15:52 +08:00
renderer_test.go Should also support upper-case README files () 2022-08-01 20:15:40 +08:00
sanitizer.go Add color previews in markdown () 2022-10-21 20:00:53 +08:00
sanitizer_test.go Allow to specify colors for text in markup () 2022-07-15 14:38:10 +08:00