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 Refactor markdown attention render (#29833) 2024-03-16 11:34:38 +00:00
convertyaml.go Improve Wiki TOC (#24137) 2023-04-17 15:05:19 -04:00
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 Refactor markdown attention render (#29984) 2024-03-22 12:16:23 +00:00
meta_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
meta.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
prefixed_id.go Refactor markdown render (#30139) 2024-03-28 02:26:13 +00:00
renderconfig_test.go Improve Wiki TOC (#24137) 2023-04-17 15:05:19 -04:00
renderconfig.go Fix task list checkbox toggle to work with YAML front matter (#25184) 2023-06-13 14:44:47 +08:00
toc.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00
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 Refactor markdown render (#30139) 2024-03-28 02:26:13 +00:00
transform_image.go Refactor markdown render (#30139) 2024-03-28 02:26:13 +00:00
transform_link.go Fix rendered wiki page link (#31398) (#31407) 2024-06-19 11:23:24 +08:00
transform_list.go Refactor markdown render (#30139) 2024-03-28 02:26:13 +00:00