1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-03-08 01:56:17 +01:00
gitea/models/renderhelper
Gregorius Bima Kharisma Wicaksana f9d3983de2
fix: generate IDs for HTML headings without id attribute (#36233)
This PR fixes #27383 where HTML headings like `<h1>Title</h1>` in
markdown files would have empty permalink anchors

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2026-01-06 05:09:44 +00:00
..
commit_checker.go Refactor commit message rendering and fix bugs (#34412) 2025-05-09 20:42:35 +08:00
main_test.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
repo_comment_test.go Fix commit message rendering and some UI problems (#34680) 2025-06-10 23:20:32 +08:00
repo_comment.go Fix commit message rendering and some UI problems (#34680) 2025-06-10 23:20:32 +08:00
repo_file_test.go Refactor markup render to fix various path problems (#34114) 2025-04-04 23:45:23 +08:00
repo_file.go fix: generate IDs for HTML headings without id attribute (#36233) 2026-01-06 05:09:44 +00:00
repo_wiki_test.go Refactor markup render to fix various path problems (#34114) 2025-04-04 23:45:23 +08:00
repo_wiki.go fix: generate IDs for HTML headings without id attribute (#36233) 2026-01-06 05:09:44 +00:00
simple_document_test.go Refactor markup render to fix various path problems (#34114) 2025-04-04 23:45:23 +08:00
simple_document.go Refactor markup render to fix various path problems (#34114) 2025-04-04 23:45:23 +08:00