Standardise whitespace in conditional shortcut syntax (#8583)

This commit is contained in:
Jeremy Ruston
2024-09-02 16:51:15 +01:00
committed by GitHub
parent 842605d28e
commit 69637640d2
23 changed files with 85 additions and 85 deletions

View File

@@ -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%>
&#32;Elephant
<% elseif [<something>match[two]] %>
<%elseif [<something>match[two]] %>
Antelope
<% else %>
<%else%>
Crocodile
<% endif %>
<%endif%>
, I think.
+
title: Output