TSVB links on each_all

I'm trying to create a list of links based on some fields value, but the markdown syntax is not working. Is there any way to do each_all links?

    {{#each _all}}
    - [{{ label }}](http://google.com)
    {{/each}}

image

Thanks!

I had some tabs in the markdown (you can see them in the snippet).

Now it works.