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

Example


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

Live in Vault

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