gitea/modules/markup/orgmode
Ankit R Gadiya 5665a0212b
fix: rendering internal file links in org ()
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 
..
orgmode.go fix: rendering internal file links in org ()
orgmode_test.go fix: rendering internal file links in org ()