mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
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:
committed by
Tim Abbott
parent
a54d247111
commit
35e4cf6bf6
@@ -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!}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user