mirror of https://github.com/zulip/zulip.git
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
|
||
|
|
||
|
![Markdown emphasis](/static/images/help/markdown-emphasis.png)
|