Here is a code I have:
<$list filter="[tag[Contact]]">
<$link />,
</$list>
This produces a nice , separated list of all ‘Contact’ tiddlers except that even after the last contact, it puts a ,
How can I avoid that?
PS. By the way, this code appears as a cell of a table and therefore, in real life, does not contain any newlines.