Skip to main content
Evidence supports almost all Markdown syntax.

Components

Evidence has a built in component library to create charts and other visual elements. The components use Markdoc syntax.
The easiest way to add a component is using a slash command, and starting to type the name - press tab to select it.

SQL

Code fences in Evidence markdown pages run queries and return data. These code fences run the ClickHouse SQL dialect (unless you are using a Direct connector).
You can then use the data in your markdown using the data attribute.

Inline Query References

You can reference other inline queries within your SQL using the {{query_name}} syntax. The referenced query will be wrapped in parentheses and substituted in place.