From 34633d467e868b0d8f234de2a52323d4653482ed Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Tue, 29 Jul 2025 13:33:25 +0000 Subject: [PATCH] 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. --- help/change-your-profile-picture.md | 4 ++-- help/desktop-app-install-guide.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/help/change-your-profile-picture.md b/help/change-your-profile-picture.md index 99f0214647..228071335f 100644 --- a/help/change-your-profile-picture.md +++ b/help/change-your-profile-picture.md @@ -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} diff --git a/help/desktop-app-install-guide.md b/help/desktop-app-install-guide.md index 7ec21a678e..521a11645a 100644 --- a/help/desktop-app-install-guide.md +++ b/help/desktop-app-install-guide.md @@ -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