forgejo/modules/markup/markdown/callout
Gusted efd63ec1d8
[BUG] 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.
2024-07-21 01:10:20 +02:00
..
ast.go modules/markup: Lift out the GitHub callout transformer 2024-02-17 18:04:55 +01:00
github.go [BUG] Don't panic on empty blockquote 2024-07-21 01:10:20 +02:00
github_legacy.go [BUG] Don't panic on empty blockquote 2024-07-21 01:10:20 +02:00