forgejo/modules/markup
wxiaoguang 20c135cd46
Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239)
The images used by Gitea's drone pipeline were upgraded to Go 1.19.x
It causes the lint fails because Go 1.19 uses new code format.

This PR partially backport #20758 (including the emoji-data sync),
partially fix the format manually.
2022-09-22 21:58:31 +08:00
..
common
console Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
csv Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
external Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
markdown Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 2022-06-16 23:47:44 +08:00
mdstripper Use Go 1.19 fmt for Gitea 1.17, sync emoji data (#21239) 2022-09-22 21:58:31 +08:00
orgmode Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
camo.go
camo_test.go
html.go Fix NPE when using non-numeric (#20277) (#20278) 2022-07-07 20:56:50 +08:00
html_internal_test.go
html_test.go Remove legacy git code (ver < 2.0), fine tune markup tests (#19930) 2022-06-16 23:47:44 +08:00
renderer.go Allow render HTML with css/js external links (#19017) 2022-06-16 11:33:23 +08:00
renderer_test.go
sanitizer.go
sanitizer_test.go