mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
fix elsif spelling on tags overview in docs
This commit is contained in:
committed by
Jun Yang
parent
27a4c7666b
commit
ed994bdbd5
@@ -9,7 +9,7 @@ There're a dozen of tags supported by LiquidJS, with all tags in [shopify/liquid
|
|||||||
Category | Purpose | Tags
|
Category | Purpose | Tags
|
||||||
--- | --- | ---
|
--- | --- | ---
|
||||||
Iteration | iterate over a collection | for, cycle, tablerow
|
Iteration | iterate over a collection | for, cycle, tablerow
|
||||||
Control Flow | control the execution branch of template rendering | if, unless, elif, else, case, when
|
Control Flow | control the execution branch of template rendering | if, unless, elsif, else, case, when
|
||||||
Variable | define and alter variables | assign, increment, decrement
|
Variable | define and alter variables | assign, increment, decrement
|
||||||
File | include another template or extend a layout template | render, include, layout
|
File | include another template or extend a layout template | render, include, layout
|
||||||
Language | temporarily disable LiquidJS syntax | raw, comment
|
Language | temporarily disable LiquidJS syntax | raw, comment
|
||||||
|
|||||||
Reference in New Issue
Block a user