mirror of
1
Fork 0
forgejo/modules/markup
Jonathan Tran c34b605314
Fix task list checkbox toggle to work with YAML front matter (#25184) (#25236)
Backport https://github.com/go-gitea/gitea/pull/25184 by @jtran
Closes #25225.

Fixes https://github.com/go-gitea/gitea/issues/25160.

`data-source-position` of checkboxes in a task list was incorrect
whenever there was YAML front matter. This would result in issue content
or PR descriptions getting corrupted with random `x` or space characters
when a user checked or unchecked a task.

(cherry picked from commit 1650a26eb5)
2023-06-18 22:49:04 +02:00
..
asciicast
common
console Add context when rendering labels or emojis (#23281) (#23319) 2023-03-06 10:32:40 -06:00
csv Add context when rendering labels or emojis (#23281) (#23319) 2023-03-06 10:32:40 -06:00
external
markdown Fix task list checkbox toggle to work with YAML front matter (#25184) (#25236) 2023-06-18 22:49:04 +02:00
mdstripper
orgmode Add context when rendering labels or emojis (#23281) (#23319) 2023-03-06 10:32:40 -06:00
camo.go
camo_test.go
html.go Add context when rendering labels or emojis (#23281) (#23319) 2023-03-06 10:32:40 -06:00
html_internal_test.go Add context when rendering labels or emojis (#23281) (#23319) 2023-03-06 10:32:40 -06:00
html_test.go Add context when rendering labels or emojis (#23281) (#23319) 2023-03-06 10:32:40 -06:00
renderer.go Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) 2023-02-13 15:01:09 -05:00
renderer_test.go Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877) 2023-02-13 15:01:09 -05:00
sanitizer.go Allow `<video>` in MarkDown (#22892) (#23236) 2023-03-02 11:49:05 -05:00
sanitizer_test.go