mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 18:57:01 +00:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
title: Conditionals/MultipleResults
|
|
description: Check that multiple results from the filter are ignored
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
This is a <%if 1 2 3 4 5 6 %>Elephant<%endif%>, I think.
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>This is a Elephant, I think.</p> |