mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
Our help-beta conversion script expects text to be indented if the text
is part of the same list item. If it is not part of the same list item,
then it expects an empty line just after the list item. This commit
fixes existing instances for the same by searching for regex: `^1\.
.*\n(?!\n)(?!1\.)( {0,1}\S.*)`.
We do not want to add a lint rule for this, since not indenting is not
technically wrong. We will add a TODO list item in the conversion script
for help-beta in future commits.
326 B
326 B
Change the time format
Based on your preference, Zulip can display times either in a 12-hour format (e.g., 5:00 PM) or a 24-hour format (e.g., 17:00).
Change the time format
{start_tabs}
{settings_tab|preferences}
- Under General, select your preferred option from the Time format dropdown.
{end_tabs}