Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Everything-About-Chat.md #21359

Merged
merged 1 commit into from
Jun 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/articles/other/Everything-About-Chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ All workspace admins can access the #admins room. Use the #admins room to collab
- To italicize your message, place an underscore on both sides of the text: *text*
- To bold your message, place an asterisk on both sides of the text: **text**
- To strikethrough your message, place a tilde on both sides of the text: ~~text~~
- To turn your text into a blockquote, add a `>` symbol in front of the text: >your text
- To turn your message into code, place a backtick on both sides of the text: `text`
- To turn your message into a heading, place the `#` symbol in front of the text:
###Heading
- To turn your text into a blockquote, add an angled bracket (>) in front of the text:
>your text
- To turn your message into a heading, place a number sign (#) in front of the text:
### Heading
- To turn your entire message into code block, place three backticks on both sides of the text:
```
here's some text

and even more text
```

Expand Down