1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-28 01:35:29 +00:00
gitea/modules/markup/orgmode
Ankit R Gadiya 5665a0212b
fix: rendering internal file links in org (#29669)
The internal links to other files in the repository were not rendering
with the Src Prefix (/src/branch-name/file-path). This commit fixes that
by using the `SrcLink` as base if available.

Resolves #29668
2024-03-10 18:30:14 +02:00
..
orgmode_test.go fix: rendering internal file links in org (#29669) 2024-03-10 18:30:14 +02:00
orgmode.go fix: rendering internal file links in org (#29669) 2024-03-10 18:30:14 +02:00