Files
zulip/help/include/emphasis-examples.md
David Rosa 8bd3c4ea2b help: Update "Text emphasis" page to be consistent with other pages.
- Adds "Examples" subheading.
- Adds Markdown includes for intro text and examples.
2023-07-17 11:17:24 -07:00

11 lines
191 B
Markdown

### What you type
```
**bold**, *italic*, and ~~strikethrough~~ text
***~~All three at once~~***
```
### What it looks like
![Markdown emphasis](/static/images/help/markdown-emphasis.png)