Skip to main content
Reference cells inline, bold, italicize, list, and hyperlink text on dashboards using Markdown.

Supported Markdown

Styling and linking text

Lists

The Markdown to create bulleted and numbered lists is as follows:
These would appear like so when viewing a dashboard: Bulleted List
  • Bullet one
  • Bullet two
  • Bullet three
Numbered List
  1. First list item
  2. Second list item
  3. Third list item

Referencing Cells

You can display the contents of a cell inline within a paragraph or heading on a dashboard by wrapping the cell reference in double curly brackets. Referencing cells inline is useful when you want to construct sentences like:
Last month’s Net New ARR was $868,000. It grew up 10% compared to the previous month (05-2024).
In this example, $12,500, 10%, and 05-2024 are all referenced cells dynamically calculated using formulas in a sheet called ARR Build . If you put these all together when writing a sentence in your paragraph, it would appear like this in edit mode:
Last month’s {{ARR Build!B6}} was {{ARR Build!F6}}. It grew {{ARR Build!F7}} compared to the previous month {{ARR Build!F2}}.

Create and edit dashboards Dashboard filters