forgejo/modules/markup/markdown/math
charles 4ed5044dea
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
(cherry picked from commit b53be9d45c)
(cherry picked from commit 7fbcc58062c5cad5c4c8674915ea0fffa659b51d)
2024-06-23 14:56:42 +02:00
..
block_node.go
block_parser.go
block_renderer.go
inline_node.go
inline_parser.go Fix markdown math brackets render problem (#31420) 2024-06-23 14:56:42 +02:00
inline_renderer.go
math.go