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 #20846

Merged
merged 1 commit into from
Jun 15, 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
33 changes: 8 additions & 25 deletions docs/articles/other/Everything-About-Chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,35 +25,18 @@ All workspace members are added to the #announce room by default. The #announce
All workspace admins can access the #admins room. Use the #admins room to collaborate with the other admins on your policy, and chat with your dedicated Expensify Onboarding Guide. If you have a subscription of 10 or more users, you're automatically assigned an Account Manager. You can ask for help and collaborate with your Account Manager in this same #admins room. Anytime someone on your team, your dedicated setup specialist, or your dedicated account manager makes any changes to your Workspace settings, that update is logged in the #admins room.
## How to format text

#### Italic
###### To italicize your message, place an underscore on both sides of the text:
*text*

#### Bold
###### To bold your message, place an asterisk on both sides of the text:
**text**

#### Strikethrough
###### To strikethrough your message, place a tilde on both sides of the text:
~text~

#### Quote
###### To turn your text into a blockquote, add a `>` symbol in front of the text:
> your text

#### Code
###### To turn your message into code, place a backtick on both sides of the text:
`text`

#### Codeblock
###### To turn your entire message into code block, place three backticks on both sides of the text:
- 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 entire message into code block, place three backticks on both sides of the text:
```
text
and even more text
```
#### Heading
###### To turn your message into a heading, place the `#` symbol in front of the text:
## Heading

# FAQs
## How do I add more than one person to a chat?
Expand Down