Formatting messages with Prose
The messages sent to conversations in Prose can be formatted with Markdown. Markdown makes it very easy to make some text bold, insert links, source code, etc.
Formatting Options
The following formatting options are available to you when composing a message:
- Bold:
**bold text**
- Italic:
_italic text_
- Strikethrough:
~~strikethrough text~~
- URL:
[Link title](https://domain.tld)
- Bullet list:
* Item 1
- Number list:
1. Item 1
You can also insert source code. Code coloring will be applied if the language is recognized (eg. JavaScript).
Examples
Updated on: 06/04/2025
Thank you!