mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Fixes #31249. We have converted `warn` to `note` since that was the translation that remains most faithful to how we display `warn` admonitions in our current help center implementation. See https://chat.zulip.org/#narrow/channel/19-documentation/topic/Stage.202.3A.20New.20syntax.20for.20!!!tip.20in.20help-beta/near/2174415 for more details. We've also duplicated code from Python-Markdown to represent how admonitions worked there more accurately. Duplication should be fine since this is a one-off script and Python-Markdown is not a project that's gonna change drastically in the future.
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.