summaryrefslogtreecommitdiffstats
path: root/modules/html
Commit message (Collapse)AuthorAgeFilesLines
* Refactor backend SVG package and add tests (#26335)wxiaoguang2023-08-051-18/+10
| | | | Introduce a well-tested `svg.Normalize` function. Make `RenderHTML` faster and more stable.
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
| | | | | Result of running `perl -p -i -e 's#interface\{\}#any#g' **/*` and `make fmt`. Basically the same [as golang did](https://github.com/golang/go/commit/2580d0e08d5e9f979b943758d3c49877fb2324cb).
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Move svg html render to modules/svg (#21716)Lunny Xiao2022-11-081-0/+34
Also added more checks for the render function. Co-authored-by: silverwind <me@silverwind.io>