gitea/modules/htmlutil
wxiaoguang 8a20fba8eb
Refactor markup render system ()
Remove unmaintainable sanitizer rules. No need to add special "class"
regexp rules anymore, use RenderInternal.SafeAttr instead, more details
(and examples) are in the tests
..
html.go Refactor markup render system ()
html_test.go Refactor markup render system ()