help: Ordered list item should always be followed by an indented line.

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.
This commit is contained in:
Shubham Padia
2025-06-23 09:40:22 +00:00
committed by Tim Abbott
parent a54d247111
commit 35e4cf6bf6
17 changed files with 20 additions and 17 deletions

View File

@@ -3,10 +3,10 @@
{settings_tab|organization-profile}
1. To be listed in the appropriate category, under **Organization type**, select
the option that best fits your organization.
the option that best fits your organization.
1. Toggle **Advertise organization in the Zulip communities
directory**.
directory**.
{!save-changes.md!}