1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/modules/markup
Lunny Xiao 9d99f6ab19
Refactor renders (#15175)
* Refactor renders

* Some performance optimization

* Fix comment

* Transform reader

* Fix csv test

* Fix test

* Fix tests

* Improve optimaziation

* Fix test

* Fix test

* Detect file encoding with reader

* Improve optimaziation

* reduce memory usage

* improve code

* fix build

* Fix test

* Fix for go1.15

* Fix render

* Fix comment

* Fix lint

* Fix test

* Don't use NormalEOF when unnecessary

* revert change on util.go

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

* rename function

* Take NormalEOF back

Co-authored-by: zeripath <art27@cantab.net>
2021-04-19 18:25:08 -04:00
..
common Code Formats, Nits & Unused Func/Var deletions (#15286) 2021-04-09 09:40:34 +02:00
csv Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
external Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
markdown Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
mdstripper Detect full references to issues and pulls in commit messages (#12399) 2020-08-06 20:20:05 +01:00
orgmode Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
html_internal_test.go Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
html_test.go Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
html.go Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
renderer_test.go Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
renderer.go Refactor renders (#15175) 2021-04-19 18:25:08 -04:00
sanitizer_test.go Update to bluemonday-1.0.6 (#15294) 2021-04-05 17:38:31 -04:00
sanitizer.go Update to bluemonday-1.0.6 (#15294) 2021-04-05 17:38:31 -04:00