forgejo/modules/markup/markdown
Giteabot 4543d70216
Fix inconsistent rendering of block mathematical expressions (#29677) (#29711)
Backport #29677 by @yp05327

Fix #28735

GitHub render `\```math\``` ` as a block now.
Add `display` class will render it as a block.

After:

![image](https://github.com/go-gitea/gitea/assets/18380374/2a1c20c7-438e-4ab1-8c66-cf91c8343087)

![image](https://github.com/go-gitea/gitea/assets/18380374/b81b8a93-8bca-46a5-b7db-e0d2f53e1342)

Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
(cherry picked from commit 4bfc43ef8de7c5e42f9502aa23075ee5fe04b26b)
2024-03-21 09:24:31 +01:00
..
math
ast.go
convertyaml.go
goldmark.go [BUG] Restrict when to make link absolute in markdown 2024-02-19 23:30:12 +01:00
markdown.go Fix inconsistent rendering of block mathematical expressions (#29677) (#29711) 2024-03-21 09:24:31 +01:00
markdown_test.go [BUG] Restrict when to make link absolute in markdown 2024-02-19 23:30:12 +01:00
meta.go
meta_test.go
renderconfig.go
renderconfig_test.go
toc.go Improve Wiki TOC (#24137) 2023-04-17 15:05:19 -04:00