Skip to content

Commit

Permalink
Merge pull request Expensify#41396 from ren-jones/patch-80
Browse files Browse the repository at this point in the history
DOCS: Update Send-and-format-chat-messages.md
  • Loading branch information
stitesExpensify authored May 2, 2024
2 parents d0b8214 + 29de314 commit 8b3def3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ You can format the text in a chat message using markdown.
- **Bold**: Add two asterisks ** on both sides of the text.
- ~~Strikethrough~~: Add two tildes ~~ on both sides of the text.
- Heading: Add a number sign # in front of the text.
- Inline image: Add `![Alt text](image URL)` and add the URL to the image and alt text that describes the image.
- Tag another member: Add an at symbol @ and enter the member's name, username, or email address.
- Mention a room: Add a number sign # and enter the room name
- > Blockquote: Add an angled bracket > in front of the text.
- `Code block for a small amount of text`: Add a backtick ` on both sides of the text.
- Code block for the entire message: Add three backticks ``` at the beginning and the end of the message.
Expand Down

0 comments on commit 8b3def3

Please sign in to comment.