HelpMessaging
Format your messages
jorge-campo
on May 15, 2024

Status app is currently in beta stage
The Status app is currently in beta. This means the app is still undergoing active development, and certain features described in this document may function differently or be unavailable in the app.
info
The formatting options are not available on Status Web.

You can format text inside your messages to clarify or emphasize something. Formatting can make your messages easier to read, especially if they're long.

In Status, you format your messages using the formatting toolbar or markup by adding special characters.

To format your text using the formatting toolbar, select the text and choose a formatting option. To format a message you've already sent, edit the message. The formatting toolbar is only available on Status desktop.

tip
When you press
Enter
on your keyboard in Status desktop, you're sending your message. If you want to start a new line, press
Shift+Enter
.

You can use markup options to format your text in the Status desktop and mobile apps.

FormatMarkupExampleResult
bold

Surround your text with double asterisks.

**your message**

your message

italic

Surround your text with single asterisks or underscores.

*your message*
_your message_

your message

strikethrough

Surround your text with double tildes.

~your message~

your message

quoted text

Add a greater-than sign in front of your text.

> your quoted message


code

Surround your text with backticks.

`your code`

your code

code block

Add three backticks before and after the code block.

```
your code
block
```

your code
block