forgejo/modules/markup
zeripath 154b137b6d
Relax sanitization as per https://github.com/jch/html-pipeline (#10527)
Looking at github/markup#245 it is clear that GH uses https://github.com/jch/html-pipeline to sanitize. This PR relaxes our sanitization to more closely match this.

Fixes #10471
and likely others...
2020-02-28 20:05:12 +00:00
..
common
csv
external
markdown
mdstripper
orgmode
html.go Use media links for img in post-process (#10515) 2020-02-28 01:16:05 -03:00
html_internal_test.go
html_test.go Relax sanitization as per https://github.com/jch/html-pipeline (#10527) 2020-02-28 20:05:12 +00:00
markup.go
markup_test.go
sanitizer.go Relax sanitization as per https://github.com/jch/html-pipeline (#10527) 2020-02-28 20:05:12 +00:00
sanitizer_test.go