Docs
Text & MarkDown

Text & Markdown

Drag the text icon from the toolbar onto your dashboard to add a new text block.

Adding text to dashboard

Markdown

You can style text using markdown (opens in a new tab). Glean handles the exact styles to look good on every device.

Code blocks

You can use code blocks to place any important technical context directly in the dashboard. If you specify a programming language, Glean will apply syntax highlighting to it.

For example:

markdown
```sql
  SELECT * FROM my_table;
```

becomes:

SELECT * FROM my_table;

sql, r, python, and javascript are supported.