mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
BeautifulSoup with formatter="html5" unnecessarily escapes many characters with HTML5-specific entities that cannot be correctly parsed by lxml during generation of email notifications. Signed-off-by: Anders Kaseorg <anders@zulip.com>