1
1
mirror of https://github.com/go-gitea/gitea synced 2025-03-03 17:24:19 +00:00

6 Commits

Author SHA1 Message Date
wxiaoguang
8a20fba8eb
Refactor markup render system ()
Remove unmaintainable sanitizer rules. No need to add special "class"
regexp rules anymore, use RenderInternal.SafeAttr instead, more details
(and examples) are in the tests
2024-11-18 13:25:42 +08:00
wxiaoguang
5e6523aa57
Update go dependencies () 2024-10-31 12:05:54 +00:00
wxiaoguang
bd80225ec3
Make blockquote attention recognize more syntaxes ()
Fix 
2024-06-04 15:35:29 +00:00
wxiaoguang
71706126b5
Refactor markdown render ()
Only split the file into small ones (and rename AttentionTypes to
attentionTypes)
2024-03-28 02:26:13 +00:00
Lunny Xiao
400bb7ced4
Fix bug for markdown rendering of blockquote ()
Caused by 

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-03-27 17:09:25 +08:00
wxiaoguang
2ff213bbc1
Refactor markdown attention render ()
Follow  and add tests
2024-03-22 12:16:23 +00:00