0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 01:58:20 +01:00
gitea/modules/markup/markdown
Giteabot 3fe1f73268
Fix raw wiki links (#31825) (#31845)
Backport #31825 by @Zettat123

Fix #31395

This regression is introduced by #30273. To find out how GitHub handles
this case, I did [some
tests](https://github.com/go-gitea/gitea/issues/31395#issuecomment-2278929115).

I use redirect in this PR instead of checking if the corresponding `.md`
file exists when rendering the link because GitHub also uses redirect.
With this PR, there is no need to resolve the raw wiki link when
rendering a wiki page. If a wiki link points to a raw file, access will
be redirected to the raw link.

---------

Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-08-17 03:19:26 +00:00
..
math Fix markdown math brackets render problem (#31420) (#31430) 2024-06-20 17:45:08 +08:00
ast.go
convertyaml.go
goldmark.go Fix rendered wiki page link (#31398) (#31407) 2024-06-19 11:23:24 +08:00
markdown_test.go Fix raw wiki links (#31825) (#31845) 2024-08-17 03:19:26 +00:00
markdown.go
meta_test.go
meta.go
prefixed_id.go
renderconfig_test.go
renderconfig.go
toc.go
transform_blockquote.go Make blockquote attention recognize more syntaxes (#31240) (#31250) 2024-06-04 16:03:01 +00:00
transform_codespan.go Fix markdown color code detection (#30208) 2024-03-31 19:17:34 +08:00
transform_heading.go
transform_image.go
transform_link.go Fix rendered wiki page link (#31398) (#31407) 2024-06-19 11:23:24 +08:00
transform_list.go