You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Lombiq.HelpfulExtensions/Extensions/Liquid/Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ Adds various Liquid tags and filters. For more information about Liquid in Orcha
4
4
5
5
## Tags
6
6
7
-
-`{% ifnotempty condition %)`: Evaluates `condition` and if it's not a falsy value, converts the result to string. The statements inside this block are evaluated if the aforementioned string result is not `null`, empty or whitespace.
7
+
-`{% ifnotempty condition %)`: Evaluates `condition` and if it's not a falsey value, converts the result to string. The statements inside this block are evaluated if the aforementioned string result is not `null`, empty or whitespace.
0 commit comments