liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
The meaning I gave is to start at the lower bound and step by one. This has the advantage of having (n..m) and ((n.to_f)..(m.to_f)) behave the same. Another thing we...
A simple filter to computer the input to a certain power, it - will compute any number to any power. - will correctly handle a negative base. - will return...
A common problem with inputs is that they are entered oddly by users. While they are commonly backend filtered they are not always. The Title Case filter capitalizes the first...
The current logic for adding tokens in the raw tag has the potential to add to the body a substring of a token, and then the full token, resulting in...
Fixes #749
This will ensure every object is `to_liquid`'d before being processed.
This adds the ability to add a separator to be outputted between iterations of a `for` loop. For example, to add commas between elements: ``` {% for item in items...
@pushrax and @trishume for review cc @knu Closes #623 Depends on https://github.com/Shopify/liquid-c/pull/27 ## Problem Add support for quoting string string in variables and tags to contain end variable and tag...
Currently Liquid does not even allow a closing curly brace to be put inside of a variable, but you sometimes need to deal with the character.