Inside a <$list>
context, I can just write <$link/>
and it will be treated like <$link to=<<currentTiddler>>/>
. Cool, it saves typing.
The same trick doesn’t work with <$image/>
- I get broken images. I have to write explicitly <$image source=<<currentTiddler>>/>
to fix it.
Why the difference? Is this a feature or a bug?