You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
2 years ago
..
common Implement FSFE REUSE for golang files (#21840) 2 years ago
console Implement FSFE REUSE for golang files (#21840) 2 years ago
csv Implement FSFE REUSE for golang files (#21840) 2 years ago
external Log STDERR of external renderer when it fails (#22442) 2 years ago
markdown Remove deadcode (#22245) 2 years ago
mdstripper Implement FSFE REUSE for golang files (#21840) 2 years ago
orgmode Implement FSFE REUSE for golang files (#21840) 2 years ago
camo.go Implement FSFE REUSE for golang files (#21840) 2 years ago
camo_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
html.go Use multi reader instead to concat strings (#22099) 2 years ago
html_internal_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
html_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
renderer.go Implement FSFE REUSE for golang files (#21840) 2 years ago
renderer_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sanitizer.go Implement FSFE REUSE for golang files (#21840) 2 years ago
sanitizer_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago