Well, I don't know what happens. I also get it correctly in the online version of Tiddlywiki, but in the installation that I have on the laptop it doesn't work. I have to say that I use Bob.exe, I don't know if that will be the problem.
What I am trying to put is the following:
<<<
You can use two nested `$list` widgets, like this:
```
<$vars tagName="howdy" fieldName="special" fieldValue="Yes">
<$list filter="[tag<tagName>has<fieldName>]">
<$list filter="[<currentTiddler>get<fieldName>match<fieldValue>]" variable="is_match">
<<currentTiddler>>
</$list>
</$list>
</$vars>
```
<<<
And this is what appears to me:
</$list> </$list> </$vars> `