forgejo/modules/markup/markdown
Earl Warren c284f97a00
chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3
- gopkg.in/yaml.v3 is archived and unmaintained
- go.yaml.in/yaml/v3 is a compatible fork under the umbrella
  of https://yaml.org/
2025-08-19 18:14:35 +02:00
..
callout chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
math fix: enable multi-line math equations in wiki (#8424) 2025-07-06 22:00:09 +02:00
util fix: enable multi-line math equations in wiki (#8424) 2025-07-06 22:00:09 +02:00
ast.go chore: Remove IsXXX 2025-01-31 16:22:29 +01:00
color_util.go feat: support color dots for 4 character hex. 2024-11-02 13:37:14 +01:00
color_util_test.go feat: support color dots for 4 character hex. 2024-11-02 13:37:14 +01:00
convertyaml.go chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 2025-08-19 18:14:35 +02:00
goldmark.go fix: enable multi-line math equations in wiki (#8424) 2025-07-06 22:00:09 +02:00
markdown.go fix: enable multi-line math equations in wiki (#8424) 2025-07-06 22:00:09 +02:00
markdown_test.go fix: enable multi-line math equations in wiki (#8424) 2025-07-06 22:00:09 +02:00
meta.go chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 2025-08-19 18:14:35 +02:00
meta_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
prefixed_id.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
renderconfig.go chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 2025-08-19 18:14:35 +02:00
renderconfig_test.go chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 2025-08-19 18:14:35 +02:00
toc.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
transform_codespan.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v2 (forgejo) (#7367) 2025-03-28 22:22:21 +00:00
transform_heading.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
transform_image.go fix(ui): add missing lazy load attribute to images (#8246) 2025-06-25 18:31:03 +02:00
transform_link.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
transform_list.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00