0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-10 05:32:06 -05:00
forgejo/modules/markup/markdown
Gusted ff4662be92
[v7.0/forgejo] Don't panic on empty blockquote
- On a empty blockquote the callout feature would panic, as it expects
to always have at least one child.
- This panic cannot result in a DoS, because any panic that happens
while rendering any markdown input will be recovered gracefully.
- Adds a simple condition to avoid this panic.

(cherry picked from commit efd63ec1d8)
2024-07-22 14:35:09 +02:00
..
callout [v7.0/forgejo] Don't panic on empty blockquote 2024-07-22 14:35:09 +02:00
math Fix markdown math brackets render problem (#31420) 2024-06-23 14:56:42 +02:00
ast.go
color_util.go [BUG] Don't color dot literal color names 2024-03-30 22:12:40 +00:00
color_util_test.go [BUG] Don't color dot literal color names 2024-03-30 22:12:40 +00:00
convertyaml.go
goldmark.go [BUG] Don't color dot literal color names 2024-03-30 22:12:40 +00:00
markdown.go
markdown_test.go [v7.0/forgejo] Don't panic on empty blockquote 2024-07-22 14:35:09 +02:00
meta.go
meta_test.go
renderconfig.go
renderconfig_test.go
toc.go