You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/using-status/format-your-messages.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ hide:
8
8
9
9
# Format your messages
10
10
11
+
!!! note ""
12
+
The formatting options are not available on Status Web.
13
+
11
14
You can format text inside your messages to clarify or emphasize information. Formatting can make your communication more effective, especially for long messages.
12
15
13
16
In Status, you format your messages using the formatting toolbar or markup by surrounding the text with special characters.
14
17
15
-
!!! note
16
-
The formatting options are not available in Status Web.
17
-
18
18
## Formatting toolbar
19
19
20
-
To format your text using the formatting toolbar, select the text and choose the desired formatting option. You can also format a message you've already sent by [editing the message][edit-delete-messages]. The formatting toolbar is only available in the Status desktop app.
20
+
To format your text using the formatting toolbar, select the text and choose the desired formatting option. You can also format a message you've already sent by [editing the message][edit-delete-messages]. The formatting toolbar is only available on Status desktop.
21
21
22
22

23
23
@@ -26,15 +26,15 @@ To format your text using the formatting toolbar, select the text and choose the
26
26
27
27
## Markup
28
28
29
-
You can use markup options to format your text in the Status desktop and mobile app.
29
+
You can use markup options to format your text in the Status desktop and mobile apps.
30
30
31
31
| Format | Markup | Example | Result |
32
32
|:---|:---|:---|:---|
33
-
| bold | Surround your text with double asterisks |\*\*your message\*\*|**your message**|
34
-
| italic | Surround your text with single asterisk or underscores |\*your message\*</br>\_your message\_|*your message*|
35
-
| strikethrough | Surround your text with tildes |\~~your message\~~ |~~your message~~|
36
-
| quoted text | Add a pipe (vertical bar) in front of your text |`|your quoted message ||your quoted message |
37
-
| code | Surround your text with backticks |\`your code\`|`your code`|
38
-
| code block | Add three backticks before and after the code block |\```your code</br>block\``` |```your code```</br>```block```|
33
+
| bold | Surround your text with double asterisks.|\*\*your message\*\*|**your message**|
34
+
| italic | Surround your text with single asterisks or underscores.|\*your message\*</br>\_your message\_|*your message*|
35
+
| strikethrough | Surround your text with tildes.|\~~your message\~~ |~~your message~~|
36
+
| quoted text | Add a greater-than sign in front of your text.|> your quoted message |<blockquote>your quoted message</blockquote>|
37
+
| code | Surround your text with backticks.|\`your code\`|`your code`|
38
+
| code block | Add three backticks before and after the code block.|\```your code</br>block\``` |```your code```</br>```block```|
0 commit comments