aboutsummaryrefslogtreecommitdiffstats
path: root/modules/htmlutil
Commit message (Collapse)AuthorAgeFilesLines
* Refactor HTMLFormat, update chroma render, fix js error (#33136)wxiaoguang2025-01-081-2/+2
| | | | | | A small refactor to improve HTMLFormat, to help to prevent low-level mistakes. And fix #33141, fix #33139
* Refactor markup render system (#32533)wxiaoguang2024-11-182-0/+63
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