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

Example


```qatt
query: |
  SELECT 'something to render in a code block. ' AS code
template: |
  {{#each result}}
    {{htmlTaskList 'text'}}
  {{/each}}
```

Live in Vault

query: |
  SELECT 'something to render in a code block. ' AS code
template: |