mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Fixes #31248. For cases with zero tabs in our current help center, we were using the tab syntax just to put a border around the instructions without any tab label. We do not want that border anymore since Tabs also don't have any borders. So, we just remove the old tab syntax in that case during our conversion. We also move the admonition to asides conversion before the tabs syntax conversion since the tabs conversion happening first was messing with the asides conversion and was resulting into some missing closing tags. We can modify things to work regardless of order, but doesn't seem worth digging into for a conversion script.
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/
or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.