From 1cd11a4c61e52452bc0081a84961cd06c2ec17e5 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 11 Apr 2024 15:41:19 -0700 Subject: [PATCH] zulip_updates: Adjust formatting for initial updates. --- zerver/lib/zulip_update_announcements.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/zerver/lib/zulip_update_announcements.py b/zerver/lib/zulip_update_announcements.py index da8db21ea7..a7d91b5d79 100644 --- a/zerver/lib/zulip_update_announcements.py +++ b/zerver/lib/zulip_update_announcements.py @@ -45,14 +45,16 @@ announcements, they can be disabled. [Learn more]({zulip_update_announcements_he ZulipUpdateAnnouncement( level=2, message=""" +**Web and desktop updates** + - When you paste content into the compose box, Zulip will now do its best to preserve - the formatting, including links, bulleted lists, bold, italics, and more. - Pasting as plain text remains an alternative option. [Learn - more]({keyboard_shortcuts_basics_help_url}). +the formatting, including links, bulleted lists, bold, italics, and more. +Pasting as plain text remains an alternative option. [Learn +more]({keyboard_shortcuts_basics_help_url}). - To [quote and reply]({quote_and_reply_help_url}) to part of a message, you can - now select the part that you want to quote. +now select the part that you want to quote. - You can now hide the user list in the right sidebar to reduce distraction. - [Learn more]({user_list_help_url}). +[Learn more]({user_list_help_url}). """.format( keyboard_shortcuts_basics_help_url="/help/keyboard-shortcuts#the-basics", user_list_help_url="/help/user-list",