Skip to content

Commit da97735

Browse files
committed
Fix MD009.
1 parent ac07f28 commit da97735

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • Lombiq.HelpfulExtensions/Extensions/Liquid

Lombiq.HelpfulExtensions/Extensions/Liquid/Readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Adds various Liquid tags and filters. For more information about Liquid in Orcha
66

77
- `{% ifnotempty condition %)...{% endifnotempty %}`: 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.
88
- `{% assign_array 'name', 'value1', 'value2', 'etc' %}`: Assigns a new array type variable with the provided name and arbitrary initial values. You can also type `{% assign_array 'name' %}` to create an empty array that you can fill up using a loop.
9-
-
109

1110
## Filters
1211

0 commit comments

Comments
 (0)