forgejo/modules/markup
zeripath ed31ddc29a
Fix several render issues (#14986)
* Fix an issue with panics related to attributes
* Wrap goldmark render in a recovery function
* Reduce memory use in render emoji
* Use a pipe for rendering goldmark - still needs more work and a limiter

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: Lauris BH <lauris@nix.lv>
2021-03-16 00:20:05 +01:00
..
common
csv
external
markdown Fix several render issues (#14986) 2021-03-16 00:20:05 +01:00
mdstripper
orgmode
html.go Fix several render issues (#14986) 2021-03-16 00:20:05 +01:00
html_internal_test.go
html_test.go Prevent panic on fuzzer provided string (#14405) 2021-01-20 23:10:50 +08:00
markup.go
markup_test.go
sanitizer.go
sanitizer_test.go