mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-03 04:52:33 +00:00
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...