mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
- Adds "Via Markdown" instructions block. - Adds "Via compose box buttons" instructions block. Fixes part of #24209.
13 lines
272 B
Markdown
13 lines
272 B
Markdown
In Zulip, you can make text bold or italic, or cross it out with strikethrough.
|
|
|
|
### What you type
|
|
|
|
```
|
|
**bold**, *italic*, and ~~strikethrough~~ text
|
|
***~~All three at once~~***
|
|
```
|
|
|
|
### What it looks like
|
|
|
|

|