0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-15 02:57:19 +01:00
gitea/modules/markup/markdown
charles 90a3c20e79
Fix markdown math brackets render problem (#31420)
Close #31371, support `($ ... $)` like GitHub

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-06-20 02:12:54 +00:00
..
math Fix markdown math brackets render problem (#31420) 2024-06-20 02:12:54 +00:00
ast.go
convertyaml.go
goldmark.go
main_test.go
markdown_test.go Fix markdown math brackets render problem (#31420) 2024-06-20 02:12:54 +00:00
markdown.go
meta_test.go
meta.go
prefixed_id.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-14 01:26:33 +00:00
renderconfig_test.go
renderconfig.go
toc.go
transform_blockquote.go
transform_codespan.go
transform_heading.go Refactor to use UnsafeStringToBytes (#31358) 2024-06-14 01:26:33 +00:00
transform_image.go
transform_link.go Fix rendered wiki page link (#31398) 2024-06-18 03:09:20 +00:00
transform_list.go