Articles on: Using Prose

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).


You can insert Markdown formatting in one click with the formatting buttons


Source code is automatically colored in messages


Examples


Writing some Markdown


Previewing Markdown formatting


Source code formatting is also supported!

Updated on: 06/04/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!