]> source.dussan.org Git - gitea.git/commit
Fix hash render end with colon (#31319) (#31346)
authorGiteabot <teabot@gitea.io>
Thu, 13 Jun 2024 01:14:49 +0000 (09:14 +0800)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 01:14:49 +0000 (01:14 +0000)
commit6ca70c5bf20fc6b3a7d98d784f48b5a503962339
treeefe65ff79d37ea0532798eb4668a9cd1ecfc679e
parent95dfd945bc03510064038ae93f381b2b96bda3b0
Fix hash render end with colon (#31319) (#31346)

Backport #31319 by @lunny

Fix a hash render problem like `<hash>: xxxxx` which is usually used in
release notes.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
modules/markup/html.go
modules/markup/html_internal_test.go