aboutsummaryrefslogtreecommitdiffstats
path: root/modules/htmlutil
Commit message (Collapse)AuthorAgeFilesLines
* Improve `labels-list` rendering (#34846)silverwind2025-06-272-0/+11
| | | | | | | Make labels list use consistent gap --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Refactor template helper (#34819)wxiaoguang2025-06-241-0/+4
| | | | | | | | FIx abuses and remove unused code --------- Signed-off-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: silverwind <me@silverwind.io>
* 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