mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
onboarding: Fix whitespace for code block examples.
This commit is contained in:
@@ -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?
|
```spoiler Want to see some examples?
|
||||||
|
|
||||||
````python
|
````python
|
||||||
|
|
||||||
print("code blocks")
|
print("code blocks")
|
||||||
|
|
||||||
````
|
````
|
||||||
|
|
||||||
- bulleted
|
- bulleted
|
||||||
- lists
|
- lists
|
||||||
|
|
||||||
Link to a conversation: #**{zulip_discussion_channel_name}>{topic_name}**
|
Link to a conversation: #**{zulip_discussion_channel_name}>{topic_name}**
|
||||||
|
|
||||||
```
|
```
|
||||||
""")
|
""")
|
||||||
).format(
|
).format(
|
||||||
|
|||||||
Reference in New Issue
Block a user