0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-28 01:34:39 +01:00
gitea/modules/markup
Jonathan Tran 02ae63297b
Log STDERR of external renderer when it fails (#22442)
When using an external renderer, STDOUT is expected to be HTML. But
anything written to STDERR is currently ignored. In cases where the
renderer fails, I would like to log any error messages that the external
program outputs to STDERR.
2023-01-13 20:41:23 +00:00
..
common
console
csv
external Log STDERR of external renderer when it fails (#22442) 2023-01-13 20:41:23 +00:00
markdown
mdstripper
orgmode
camo_test.go
camo.go
html_internal_test.go
html_test.go
html.go
renderer_test.go
renderer.go
sanitizer_test.go
sanitizer.go