gitea/modules/markup/markdown
Rafael c1f76aea45
Use raw Wiki links for non-renderable Wiki files (#30273)
In Wiki pages, short-links created to local Wiki files were always
expanded as regular Wiki Links. In particular, if a link wanted to point
to a file that Gitea doesn't know how to render (e.g, a .zip file), a
user following the link would be silently redirected to the Wiki's home
page.

This change makes short-links* in Wiki pages be expanded to raw wiki
links, so these local wiki files may be accessed without manually
accessing their URL.

* only short-links ending in a file extension that isn't renderable are
affected.

Closes #27121.

Signed-off-by: Rafael Girão <rafael.s.girao@tecnico.ulisboa.pt>
Co-authored-by: silverwind <me@silverwind.io>
2024-04-10 17:49:57 +00:00
..
math Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) 2024-04-02 18:15:40 +00:00
ast.go Refactor markdown attention render (#29833) 2024-03-16 11:34:38 +00:00
convertyaml.go
goldmark.go Refactor markdown render (#30139) 2024-03-28 02:26:13 +00:00
markdown_test.go Use raw Wiki links for non-renderable Wiki files (#30273) 2024-04-10 17:49:57 +00:00
markdown.go Refactor markdown attention render (#29984) 2024-03-22 12:16:23 +00:00
meta_test.go
meta.go
prefixed_id.go Refactor markdown render (#30139) 2024-03-28 02:26:13 +00:00
renderconfig_test.go
renderconfig.go
toc.go
transform_blockquote.go Refactor markdown render (#30139) 2024-03-28 02:26:13 +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 Use raw Wiki links for non-renderable Wiki files (#30273) 2024-04-10 17:49:57 +00:00
transform_list.go Refactor markdown render (#30139) 2024-03-28 02:26:13 +00:00