help: Multiline ordered list items should have spacing after 2nd line.

The expected behaviour would be to have some spaces from the second line
onwards for multi-list items. Regex used to check for this was
`^1\..*\r?\n^[^\s].*$` which gives us some extra results that don't fit
our criteria which we can chose to ignore.
This commit is contained in:
Shubham Padia
2025-07-29 13:33:25 +00:00
committed by Tim Abbott
parent ecf3fd90c2
commit 34633d467e
2 changed files with 4 additions and 4 deletions

View File

@@ -24,10 +24,10 @@ You can also upload a custom profile picture to Zulip.
{settings_tab|profile}
1. Under **Profile picture**, click on the **(X)** icon in the top
right corner of the profile picture.
right corner of the profile picture.
1. Approve by clicking **Confirm**. This will remove your current
profile picture, reverting to the Gravatar default.
profile picture, reverting to the Gravatar default.
{end_tabs}

View File

@@ -110,14 +110,14 @@ You can run the command `brew upgrade zulip` to immediately upgrade the app.
system.
1. Use the following command from the official
[Flathub page](https://flathub.org/apps/org.zulip.Zulip) to install Zulip:
[Flathub page](https://flathub.org/apps/org.zulip.Zulip) to install Zulip:
```
flatpak install flathub org.zulip.Zulip
```
1. After the installation is complete, you can run Zulip using the following
command:
command:
```
flatpak run org.zulip.Zulip