forgejo/modules/markup/markdown
charles b53be9d45c
Fix markdown math brackets render problem (#31420)
Close #31371, support `($ ... $)` like GitHub

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 90a3c20e7996e2db577a51d37f2190e2e990a22a)

Conflicts:
	modules/markup/markdown/markdown_test.go
	trivial context conflict
2024-06-23 12:40:06 +02:00
..
callout Add codespell support and fix a good number of typos with its help (#3270) 2024-05-09 13:49:37 +00:00
math Fix markdown math brackets render problem (#31420) 2024-06-23 12:40:06 +02:00
ast.go
color_util.go
color_util_test.go
convertyaml.go
goldmark.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
markdown.go
markdown_test.go Fix markdown math brackets render problem (#31420) 2024-06-23 12:40:06 +02:00
meta.go
meta_test.go
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 Enable unparam linter (#31277) 2024-06-16 13:42:58 +02:00
transform_heading.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-16 13:42:58 +02: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