From c9af4d571b72e7510cdc46ae28b85c7ed8c86ded Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 9 Jul 2024 15:50:13 -0700 Subject: [PATCH] onboarding: Fix whitespace for code block examples. --- zerver/lib/onboarding.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zerver/lib/onboarding.py b/zerver/lib/onboarding.py index 8e93a34787..a01d163a5b 100644 --- a/zerver/lib/onboarding.py +++ b/zerver/lib/onboarding.py @@ -307,13 +307,16 @@ For a good topic name, think about finishing the sentence: “Hey, can we chat a ```spoiler Want to see some examples? ````python + print("code blocks") + ```` - bulleted - lists Link to a conversation: #**{zulip_discussion_channel_name}>{topic_name}** + ``` """) ).format(