mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 08:07:04 +00:00
Standardise whitespace in conditional shortcut syntax (#8583)
This commit is contained in:
@@ -7,20 +7,20 @@ title: Text
|
||||
|
||||
\whitespace trim
|
||||
This is a 
|
||||
<% if [<something>match[one]] %>
|
||||
<% if [<another>match[one]] %>
|
||||
<%if [<something>match[one]] %>
|
||||
<%if [<another>match[one]] %>
|
||||
Indian
|
||||
<% elseif [<another>match[two]] %>
|
||||
<%elseif [<another>match[two]] %>
|
||||
African
|
||||
<% else %>
|
||||
<%else%>
|
||||
Unknown
|
||||
<% endif %>
|
||||
<%endif%>
|
||||
 Elephant
|
||||
<% elseif [<something>match[two]] %>
|
||||
<%elseif [<something>match[two]] %>
|
||||
Antelope
|
||||
<% else %>
|
||||
<%else%>
|
||||
Crocodile
|
||||
<% endif %>
|
||||
<%endif%>
|
||||
, I think.
|
||||
+
|
||||
title: Output
|
||||
|
||||
Reference in New Issue
Block a user