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
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
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
transform_link.go
transform_list.go