Skip to main content
All CollectionsBuild your dashboardDashboard tools
Display formatted text using the Text widget
Display formatted text using the Text widget

Text widgets support Markdown, a simple markup language for formatting text.

Updated over a week ago

Text widgets are useful for adding labels, descriptions, and other information to your dashboard. In addition to displaying a plain text message, you can use Markdown to add additional formatting, as well as Emojis.

You can add up to four messages. When more than one message is added, the visualization on your dashboard cycles through the messages.

Use Markdown to add formatting to your Text

The Text widget supports Markdown to easily format your text as links, headings, or lists.

Element

Markdown Syntax

Rendered Output

[title](<https://www.example.com>) (also see Switch between dashboards using links)

# Heading level 1

**bold text**

*italicized text*

~~strikethrough text~~

I need to highlight these ==very important words==.

Use `code` in your widget.

1. First item

2. Second item

3. Third item

- First item

- Second item

- Third item

- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media

---

Escaping special characters

Some characters have special meanings in the Markdown syntax. If you want these characters verbatim, you have to escape them. The way to escape a special character is to add a backslash (\) before it, e.g., I do not want \*italic text\* here.

Markdown support

Markdown is only supported on current generation dashboard layouts that look like this:

Markdown is not available on legacy layout dashboards:

Add Emojis to your Text

You can copy an emoji from a source like Emojipedia and paste it into your widget or add it directly from your keyboard.

Did this answer your question?