0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-28 09:19:26 -05:00
forgejo/modules/markup
Mai-Lapyst dbf1d06ff6 Fix inline permalinks across repo; closes #2965 (#3042)
This PR fixes the possible ambiguity of rendered inline permalinks across repos by adding it as a suffix to the title element if the permalink refers to a file not inside the current repository. Closes #2965

![grafik](/attachments/e70e37b8-24c7-4f7b-ab52-92f1e8dfb009)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3042
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Mai-Lapyst <mai-lapyst@noreply.codeberg.org>
Co-committed-by: Mai-Lapyst <mai-lapyst@noreply.codeberg.org>
(cherry picked from commit 1d1c0131bb)
2024-04-12 22:38:57 +00:00
..
asciicast
common
console
csv Fix some pending problems (#29985) 2024-03-26 19:04:26 +01:00
external
markdown Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) (#30251) 2024-04-08 11:49:51 +02:00
mdstripper
orgmode
tests/repo/repo1_filepreview [v7.0/forgejo] Render inline file permalinks 2024-04-01 16:15:58 +02:00
camo.go
camo_test.go
file_preview.go Fix inline permalinks across repo; closes #2965 (#3042) 2024-04-12 22:38:57 +00:00
html.go Fix inline permalinks across repo; closes #2965 (#3042) 2024-04-12 22:38:57 +00:00
html_internal_test.go
html_test.go Fix inline permalinks across repo; closes #2965 (#3042) 2024-04-12 22:38:57 +00:00
renderer.go [v7.0/forgejo] Render inline file permalinks 2024-04-01 16:15:58 +02:00
renderer_test.go
sanitizer.go [BUG] Center icon and callout text 2024-04-04 12:18:32 +00:00
sanitizer_test.go