Liquid.NET
Liquid.NET copied to clipboard
.Net Port of the Liquid template language
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.
http://dotliquidmarkup.org/
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.
Right now it calls .ToLower on everything.
The global registers should be in the base of the symboltable stack.
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.