We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4225db4 commit ec3c8bbCopy full SHA for ec3c8bb
contributing/liquid-helpers.md
@@ -42,8 +42,7 @@ If you define multiple products in the `versions` key within a page's YAML front
42
43
Important notes:
44
45
-* Use `ifversion` for product-based versioning. If you use `if` for product-based versioning, a test will fail.
46
-* Use `if` for [feature-based versioning](#feature-based-versioning).
+* Use `ifversion` for product-based versioning and [feature-based versioning](#feature-based-versioning).
47
* Make sure to use `elsif` and not `else if`. Liquid does not recognize `else if` and will not render content inside an `else if` block.
48
49
### Comparison operators
0 commit comments