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 Fix markdown preview $$ support (#31514) 2024-07-07 07:29:49 +02:00
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 [CHORE] Remove github.com/yuin/goldmark-meta 2024-07-07 03:18:13 +02:00
markdown_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
meta.go
meta_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
prefixed_id.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-16 13:42:58 +02:00
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 Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
transform_link.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
transform_list.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00