forgejo/modules/markup
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
..
asciicast
common
console
csv Add MAX_ROWS option for CSV rendering (#30268) 2024-06-09 16:04:57 +02:00
external
markdown Fix markdown math brackets render problem (#31420) 2024-06-23 12:40:06 +02:00
mdstripper Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-05-05 08:38:16 +01:00
orgmode Enable more revive linter rules (#30608) 2024-04-28 15:39:00 +02:00
tests/repo/repo1_filepreview
camo.go
camo_test.go
file_preview.go Fix issue where rendering stops after the first invalid parmalink 2024-04-19 18:21:21 +02:00
html.go Refactor markup code (#31399) 2024-06-23 11:53:36 +02:00
html_internal_test.go Fix hash render end with colon (#31319) 2024-06-16 13:42:58 +02:00
html_test.go Refactor markup code (#31399) 2024-06-23 11:53:36 +02:00
renderer.go
renderer_test.go
sanitizer.go
sanitizer_test.go