Liquid.NET icon indicating copy to clipboard operation
Liquid.NET copied to clipboard

.Net Port of the Liquid template language

Results 15 Liquid.NET issues
Sort by recently updated
recently updated
newest added

Split the erroring so that if the variable doesn't exist, it gives a different error from when the value is undefined. I've added a new option so you can turn...

As in POCO defines top level variables.

Is there a way to suppress line breaks after tags?

Currently whenever I dump a liquid hash, it serializes empty enumerables into nothing. Also, enumerables aren't wrapped in brackets, and each item in the list isn't being separated from the...

without this they are serialized as {}

Guid values were basically dropped before.

The global registers should be in the base of the symboltable stack.

bug

Liquid calls the hash of user-defined, internally-available variables _Registers_. https://github.com/Shopify/liquid/blob/master/lib/liquid/template.rb#L125 This should be changed in the `TemplateContext` to keep the terminology consistent.

liquid compatibility