gitea/modules/markup/markdown
yp05327 8fc1a8f0eb
Fix inconsistent rendering of block mathematical expressions (#29677)
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: wxiaoguang <wxiaoguang@gmail.com>
2024-03-11 05:00:50 +00:00
..
math
ast.go Add alert blocks in markdown (#29121) 2024-02-10 18:43:09 +00:00
convertyaml.go
goldmark.go Don't use <br /> in alert block (#29650) 2024-03-08 09:30:41 +00:00
markdown_test.go Refactor some Str2html code (#29397) 2024-03-01 07:11:51 +00:00
markdown.go Fix inconsistent rendering of block mathematical expressions (#29677) 2024-03-11 05:00:50 +00:00
meta_test.go
meta.go
renderconfig_test.go
renderconfig.go
toc.go Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +00:00