0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-01 15:52:05 +01:00
gitea/modules/markup/markdown
zeripath c680eb2cc7
Links in markdown should be absolute to the repository not the server (#15088)
* Links in markdown should be absolute to the repository not the server

Fix #15075

Signed-off-by: Andrew Thornton <art27@cantab.net>

* match github

Signed-off-by: Andrew Thornton <art27@cantab.net>

* add testcase

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: 6543 <6543@obermui.de>
2021-04-11 00:26:28 +08:00
..
ast.go
goldmark.go Links in markdown should be absolute to the repository not the server (#15088) 2021-04-11 00:26:28 +08:00
markdown_test.go Links in markdown should be absolute to the repository not the server (#15088) 2021-04-11 00:26:28 +08:00
markdown.go
meta_test.go
meta.go
renderconfig.go
toc.go