Markdown

Markdown reports let you specify Markdown text to be renderer as rich HTML. This lets you turn your dashboards into a storybook with textual descriptions, hyperlinks, images and videos.

To use dashboard parameters in Markdown, turn on the Replace global parameters in Markdown setting. Then, include a variable surrounded by backticks inside the markdown string. For example:

== This is a title
My variable is equal to `$neodash_person_object['name']`

Examples

Basic Markdown

## Hello there!
I'm a **Markdown** file.

Check out this cool image:

![image](https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/how-to-keep-ducks-call-ducks-1615457181.jpg?resize=240:*)
Basic Markdown

Advanced settings

Name Type Default value Description

Replace global parameters in Markdown

on/off

on

If set, replaces all instances of query parameters (e.g. $neodash_person_name) inside the Markdown source.

Report Description

Markdown text

If set, adds a button to the report header that opens a pop-up. The pop-up contains the rendered Markdown from this setting.