gitea/modules/markup/markdown/math
wxiaoguang e1c2d05bde
Fix markdown render behaviors (#34122)
* Fix #27645
* Add config options `MATH_CODE_BLOCK_DETECTION`, problematic syntaxes
are disabled by default
* Fix #33639
    * Add config options `RENDER_OPTIONS_*`, old behaviors are kept
2025-04-05 11:56:48 +08:00
..
block_node.go Refactor markdown render (#32736) 2024-12-06 20:00:24 +08:00
block_parser.go Refactor markdown math render (#32831) 2024-12-14 13:43:05 +08:00
block_renderer.go Refactor HTMLFormat, update chroma render, fix js error (#33136) 2025-01-08 03:44:32 +00:00
inline_node.go Refactor markdown math render (#32831) 2024-12-14 13:43:05 +08:00
inline_parser.go Fix markdown render behaviors (#34122) 2025-04-05 11:56:48 +08:00
inline_renderer.go Refactor markdown math render (#32831) 2024-12-14 13:43:05 +08:00
math.go Fix markdown render behaviors (#34122) 2025-04-05 11:56:48 +08:00