You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/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>
3 years ago
..
common Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
csv Refactor renders (#15175) 3 years ago
external Refactor renders (#15175) 3 years ago
markdown Refactor renders (#15175) 3 years ago
mdstripper Detect full references to issues and pulls in commit messages (#12399) 4 years ago
orgmode Refactor renders (#15175) 3 years ago
html.go Refactor renders (#15175) 3 years ago
html_internal_test.go Refactor renders (#15175) 3 years ago
html_test.go Refactor renders (#15175) 3 years ago
renderer.go Refactor renders (#15175) 3 years ago
renderer_test.go Refactor renders (#15175) 3 years ago
sanitizer.go Update to bluemonday-1.0.6 (#15294) 3 years ago
sanitizer_test.go Update to bluemonday-1.0.6 (#15294) 3 years ago