Dashboard

Formatting messages with markdown

Basic markdown is supported in messages.

Example

Text

Output

Bold

This is __bold__ text.
This is **bold** text.

This is bold text.

Italic

This is _italic_ text.
This is *italic* text.

This is italic text.

Unodered list

* List item
* List item 2

  • List item
  • List item 2

Ordered list

1. List item
2. List item 2

  1. List item
  2. List item 2