This uses a simple query to help show what the micromark-helper does when rendering.
Example
markdown
```qatt
query: |
SELECT 'This is a **thing** to do' AS code
template: |
{{#each result}}
{{{#micromark inline="true"}}}{{{code}}}{{{/micromark}}}
{{/each}}
```Live in Vault
qatt
query: |
SELECT 'This is a **thing** to do' AS code
template: |
{{#each result}}
{{{#micromark inline="true"}}}{{{code}}}{{{/micromark}}}
{{/each}}