mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
committed by
Tim Abbott
parent
ecf3fd90c2
commit
34633d467e
@@ -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}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user