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.
gitea/modules/markup/markdown
silverwind 626b27bea5
Update go tool dependencies (#32916)
Update all go tool dependencies to latest version. WIP because I think
there are new gopls errors, would like to confirm them on CI first. Here
is from a local run:

```
modules/markup/markdown/goldmark.go:115:37-53: unnecessary type arguments
modules/markup/html.go:45:32-49: unnecessary type arguments
modules/markup/internal/renderinternal.go:20:33-49: unnecessary type arguments
modules/markup/common/linkify.go:27:32-49: unnecessary type arguments
modules/util/time_str.go:28:39-63: unnecessary type arguments
routers/web/repo/pull.go:704:19: impossible condition: non-nil == nil
modules/util/util_test.go:248:14-23: unused parameter: other
```

~~Backport because the `gxz` update might have security benefits.~~
2 months ago
..
math Refactor markdown math render (#32831) 2 months ago
ast.go Refactor markup render system (#32533) 3 months ago
convertyaml.go Improve Wiki TOC (#24137) 2 years ago
goldmark.go Update go tool dependencies (#32916) 2 months ago
main_test.go Refactor markup render system (#32612) 3 months ago
markdown.go Fix various trivial problems (#32861) 2 months ago
markdown_attention_test.go Refactor markdown render (#32728) 2 months ago
markdown_benchmark_test.go Refactor markdown render (#32728) 2 months ago
markdown_math_test.go Refactor markdown math render (#32831) 2 months ago
markdown_test.go Refactor markdown render (#32728) 2 months ago
meta.go Replace `interface{}` with `any` (#25686) 2 years ago
meta_test.go Refactor markup render system (#32533) 3 months ago
prefixed_id.go Refactor to use UnsafeStringToBytes (#31358) 8 months ago
renderconfig.go Fix task list checkbox toggle to work with YAML front matter (#25184) 2 years ago
renderconfig_test.go Improve Wiki TOC (#24137) 2 years ago
toc.go Refactor markup package (#32399) 3 months ago
transform_blockquote.go Refactor markup render system (#32533) 3 months ago
transform_codespan.go Refactor markup render system (#32533) 3 months ago
transform_heading.go Refactor markup package (#32399) 3 months ago
transform_image.go Refactor markup render system (#32612) 3 months ago
transform_link.go Refactor markup render system (#32612) 3 months ago
transform_list.go Refactor markup render system (#32533) 3 months ago