This uses a simple query to help show what the obsidian-helper does when rendering.

Example


```qatt
query: |
  SELECT 'This is a **thing** to do' AS code
template: |
  {{#each result}}
    {{{#obsidian inline="true"}}}{{{code}}}{{{/obsidian}}}
  {{/each}}
```

Live in Vault

query: |
  SELECT 'This is a **thing** to do' AS code
template: |
  
    }}}