forgejo/modules/markup
Gusted aefdf17a75 [BUG] Fix crash in issue forms
- Fix a crash in the issue forms, because `ctx.Ctx` was trying to be
accessed, however this is not set in all contexts thus could result to NPE.
- Adds integration test.
- Resolves #3011

(cherry picked from commit b0cd0ebb91)
2024-04-04 16:57:55 +00:00
..
asciicast
common
console
csv Fix some pending problems (#29985) 2024-03-26 19:04:26 +01:00
external
markdown [BUG] Center icon and callout text 2024-04-04 12:18:32 +00:00
mdstripper
orgmode [BUG] Fix relative links on orgmode 2024-02-18 21:09:35 +01:00
tests/repo/repo1_filepreview [v7.0/forgejo] Render inline file permalinks 2024-04-01 16:15:58 +02:00
camo.go
camo_test.go
file_preview.go [v7.0/forgejo] Render inline file permalinks 2024-04-01 16:15:58 +02:00
html.go [BUG] Fix crash in issue forms 2024-04-04 16:57:55 +00:00
html_internal_test.go Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-20 08:46:28 +01:00
html_test.go [v7.0/forgejo] Render inline file permalinks 2024-04-01 16:15:58 +02:00
renderer.go [v7.0/forgejo] Render inline file permalinks 2024-04-01 16:15:58 +02:00
renderer_test.go
sanitizer.go [BUG] Center icon and callout text 2024-04-04 12:18:32 +00:00
sanitizer_test.go