mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
In the original implementation, we were checking for the default language inside format_code, which resulted in the setting being ignored when set to quote, math, tex or latex. We shift the validation to `check_for_new_fence` We also update the tests to use a saner naming scheme for the variables.