title: Conditionals/Else description: Else conditional shortcut syntax type: text/vnd.tiddlywiki-multiple tags: [[$:/tags/wiki-test-spec]] title: Text This is a <%if [match[one]] %>Elephant<%else%>Crocodile<%endif%>, I think. + title: Output <$let something="one"> {{Text}} <$let something="two"> {{Text}} + title: ExpectedResult

This is a Elephant, I think.

This is a Crocodile, I think.