Skip to content
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
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