aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/internal/finalprocessor.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor markup render system (#32533)wxiaoguang2024-11-181-0/+30
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