Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor markup render system (#32533) | wxiaoguang | 2024-11-18 | 1 | -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) | wxiaoguang | 2024-11-16 | 1 | -1/+1 |
| | |||||
* | Refactor markup package (#32399) | wxiaoguang | 2024-11-04 | 1 | -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 |