Files
zulip/help/include/emphasis.md
David Rosa f783e8b6ca help: Add a dedicated page on how to add emphasis to text.
- Adds "Via Markdown" instructions block.
- Adds "Via compose box buttons" instructions block.

Fixes part of #24209.
2023-03-16 10:51:57 -07:00

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)