mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
So far, there were 2 separate turndown rules for code blocks; one for general ones, and the other for Zulip message code blocks. Now the filter rule has been generalised to handle both cases together. As a side effect, the bug where partially copied Zulip code blocks lost formatting on pasting has been fixed.