0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-07 23:20:48 -05:00
forgejo/modules/markup/markdown
Oleksandr Redko 4aa61601c3
refactor: remove redundant err declarations (#32381)
(cherry picked from commit f4d3aaeeb9e1b11c5495e4608a3f52f316c35758)

Conflicts:
	- modules/charset/charset_test.go
	  Resolved by manually changing a `=` to `:=`, as per the
	  original patch. Conflict was due to `require.NoError`.
2024-11-05 09:33:15 +01:00
..
callout chore: fix deprecation 2024-11-02 16:39:27 +01:00
math
util chore: fix deprecation 2024-11-02 16:39:27 +01:00
ast.go
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
goldmark.go refactor: remove redundant err declarations (#32381) 2024-11-05 09:33:15 +01:00
markdown.go
markdown_test.go
meta.go
meta_test.go
prefixed_id.go
renderconfig.go
renderconfig_test.go
toc.go
transform_codespan.go chore: fix deprecation 2024-11-02 16:39:27 +01:00
transform_heading.go chore: fix deprecation 2024-11-02 16:39:27 +01:00
transform_image.go
transform_link.go
transform_list.go