This uses a simple query to help show what the markdownTable helper does when rendering.
Example
markdown
```qatt
query: |
SELECT TOP 5 basename, modified FROM obsidian_notes ORDER BY modified DESC
template: |
{{markdownTable result columns='[{"name": "Note Name"},{"name": "Modified", "align": "right" }]'}}
```
Live in Vault
qatt
query: |
SELECT TOP 5 basename, modified FROM obsidian_notes ORDER BY modified DESC
template: |
{{markdownTable result columns='[{"name": "Note Name"},{"name": "Modified", "align": "right" }]'}}