If I have this text in a tiddler like MyTemplate:
; <$view field="caption"/>
: <$view field="description"/>
: <a href={{!!url}}><$view field="url"/></a>
: (<$link to=<<currentTiddler>>><<currentTiddler>></$link>)
and use it with the list widget:
<$list filter=... template="MyTemplate/>
The widget ignores the wikitext markup and I see literal : and ; symbols rather than terms and definitions.
But if I make it like this:
<$list filter=... />
{||MyTemplate}}
</$list>
Then it uses the markup. Shouldn't it use the markup when used as a template?
Thanks!
-- Mark