Text & Markdown
Drag the text icon from the toolbar onto your dashboard to add a new text block.
Markdown
You can style text using markdown (opens in a new tab). Hashboard 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, Hashboard 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.