0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-04 06:54:32 +01:00
gitea/modules/markup
wxiaoguang 2f43536c3e
Fix issue title rendering and refactor legacy function names (#32703)
Fix #32700, regression of recent markup refactoring

And by the way, clarify many legacy problems:

1. Some "RenderXxx" functions do not really "render", they only call "post processors"
2. Merge "RenderEmoji | RenderCodeBlock", they are all for "simple issue title"
2024-12-04 01:39:33 +00:00
..
asciicast
common
console
csv
external
internal
markdown
mdstripper
orgmode
camo.go
camo_test.go
html.go Fix issue title rendering and refactor legacy function names (#32703) 2024-12-04 01:39:33 +00:00
html_codepreview.go
html_codepreview_test.go
html_commit.go
html_email.go
html_emoji.go
html_internal_test.go Fix issue title rendering and refactor legacy function names (#32703) 2024-12-04 01:39:33 +00:00
html_issue.go
html_link.go
html_mention.go
html_node.go
html_test.go
main_test.go
render.go Fix issue title rendering and refactor legacy function names (#32703) 2024-12-04 01:39:33 +00:00
render_helper.go
render_link.go
render_link_test.go
renderer.go
renderer_test.go
sanitizer.go
sanitizer_custom.go
sanitizer_default.go
sanitizer_default_test.go
sanitizer_description.go
sanitizer_description_test.go