1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-27 09:01:51 +01:00
gitea/modules/markup/markdown
wxiaoguang 6f8ab6aaaf
Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (#36861)
The logic of "URLJoin" is unclear and it is often abused.

Also:
* Correct the `resolveLinkRelative` behavior
* Fix missing "PathEscape" in `ToTag`
* Fix more FIXMEs, and add new FIXMEs for newly found problems
* Refactor "auth page common template data"
2026-03-08 15:57:37 +00:00
..
math Improve math rendering (#36124) 2025-12-10 15:49:24 +00:00
ast.go Fix markdown frontmatter rendering (#34102) 2025-04-03 05:48:24 +00:00
convertyaml.go Fix markdown frontmatter rendering (#34102) 2025-04-03 05:48:24 +00:00
goldmark.go Fix markup heading parsing, fix emphasis parsing (#36284) 2026-01-23 20:24:58 +00:00
main_test.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
markdown_attention_test.go Fix markdown render (#33870) 2025-03-13 12:14:35 -07:00
markdown_benchmark_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +00:00
markdown_math_test.go Improve math rendering (#36124) 2025-12-10 15:49:24 +00:00
markdown_test.go Fix URLJoin, markup render link reoslving, sign-in/up/linkaccount page common data (#36861) 2026-03-08 15:57:37 +00:00
markdown.go Support rendering OpenAPI spec (#36449) 2026-01-26 10:34:38 +08:00
meta_test.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
meta.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
renderconfig_test.go Fix markdown frontmatter rendering (#34102) 2025-04-03 05:48:24 +00:00
renderconfig.go Fix markdown frontmatter rendering (#34102) 2025-04-03 05:48:24 +00:00
transform_blockquote.go enforce explanation for necessary nolints and fix bugs (#34883) 2025-06-27 21:48:03 +08:00
transform_codespan.go enforce explanation for necessary nolints and fix bugs (#34883) 2025-06-27 21:48:03 +08:00
transform_list.go Refactor markup render system (#32533) 2024-11-18 13:25:42 +08:00