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
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package (#17109)
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil. This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
common Code Formats, Nits & Unused Func/Var deletions (#15286) 3 years ago
csv refactor: move from io/ioutil to io and os package (#17109) 3 years ago
external refactor: move from io/ioutil to io and os package (#17109) 3 years ago
markdown refactor: move from io/ioutil to io and os package (#17109) 3 years ago
mdstripper Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
orgmode Add sanitizer rules per renderer (#16110) 3 years ago
html.go refactor: move from io/ioutil to io and os package (#17109) 3 years ago
html_internal_test.go Do not show issue context popup on external issues (#17050) 3 years ago
html_test.go Fix NPE in fuzzer (#16680) 3 years ago
renderer.go cleanup code `issueFullPattern` in modules/markup (#16419) 3 years ago
renderer_test.go Refactor renders (#15175) 3 years ago
sanitizer.go Do not show issue context popup on external issues (#17050) 3 years ago
sanitizer_test.go Fix data URI scramble (#16098) 3 years ago