Components
Evidence has a built in component library to create charts and other visual elements. The components use Markdoc syntax.SQL
Code fences in Evidence markdown pages run queries and return data. These code fences run the ClickHouse SQL dialect.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.