aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/html_emoji.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor markup render system (#32533)wxiaoguang2024-11-181-9/+7
| | | | | 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
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-161-1/+1
|
* Refactor markup package (#32399)wxiaoguang2024-11-041-0/+115
To make the markup package easier to maintain: 1. Split some go files into small files 2. Use a shared util.NopCloser, remove duplicate code 3. Remove unused functions