0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-14 21:47:57 +01:00
gitea/modules/markup
wxiaoguang ab028356c7
Fix markdown color code detection (#30208)
When reviewing PRs, some color names might be mentioned, the
`transformCodeSpan` (which calls `css.ColorHandler`) considered it as a
valid color, but actually it shouldn't be rendered as a color codespan.
2024-03-31 19:17:34 +08:00
..
asciicast
common
console
csv Fix some pending problems (#29985) 2024-03-22 19:17:30 +08:00
external
markdown Fix markdown color code detection (#30208) 2024-03-31 19:17:34 +08:00
mdstripper
orgmode
camo.go
camo_test.go
html.go Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-13 10:34:58 +00:00
html_internal_test.go Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-13 10:34:58 +00:00
html_test.go Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-13 10:34:58 +00:00
renderer.go Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-13 10:34:58 +00:00
renderer_test.go
sanitizer.go Refactor markdown attention render (#29833) 2024-03-16 11:34:38 +00:00
sanitizer_test.go