From 9c2c607700847b34c1676e3573077f16c1ae3364 Mon Sep 17 00:00:00 2001 From: Ren Jones <153645623+ren-jones@users.noreply.github.com> Date: Wed, 1 May 2024 03:10:38 -0500 Subject: [PATCH 1/2] DOCS: Update Send-and-format-chat-messages.md Update article to include 2 additional markdown features --- .../new-expensify/chat/Send-and-format-chat-messages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md b/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md index edef142a80bf..bc3844ac3007 100644 --- a/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md +++ b/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md @@ -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. From 29de314253a1cc257709e232016674774080c3d1 Mon Sep 17 00:00:00 2001 From: Ren Jones <153645623+ren-jones@users.noreply.github.com> Date: Wed, 1 May 2024 07:57:44 -0500 Subject: [PATCH 2/2] Update docs/articles/new-expensify/chat/Send-and-format-chat-messages.md Co-authored-by: Rushat Gabhane --- .../new-expensify/chat/Send-and-format-chat-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md b/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md index bc3844ac3007..2aa2b026fdd6 100644 --- a/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md +++ b/docs/articles/new-expensify/chat/Send-and-format-chat-messages.md @@ -42,7 +42,7 @@ 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. +- 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.