liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Liquid markup language. Safe, customer facing template language for flexible web apps.

Results 289 liquid issues
Sort by recently updated
recently updated
newest added

Hey friends, I was just working on upgrading Jekyll from Liquid v4 to v5. I have everything working _except_ our `where` filter. We have our own `where` filter for arcane...

Hi! It seems pretty unreasonable (as an outsider) that I can't do this: ```liquid {% assign my_template = 'my-template' %} {% render my_template %} ``` I can't understand why `render`...

I was messing around in Jekyll with Liquid and discovered this weird behaviour when I hit auto-format on an HTML file: ``` {% assign foo = "bar" %} {% if...

Bug Report
Parser

If I have an array of arrays, or a mapping, I'm looking for a version of `map` that will get me the items at specific index for the subarrays, or...

I have noticed that there is no upper limits on iterations which makes it easy for someone to brick an app by launching an infinite loop: ``` Liquid::Template.parse("{% for n...

Here is an example that shows the problem: ```ruby require 'liquid' template_code =

Hi, This idea would be linked to #1530 to make the language easier to use. Right now, Liquid does not allow creating variable or having logic in tag. This means...

I'm implementing a parser for Liquid and it seems like the 'Liquid for Designers' page has the closest thing to a robust spec of the language: https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#expressions-and-variables (I thought the...

Hi shopify team, Is there any Liquid filter to output a string into its binary/hex format ? Some sort like { "my__string" | hex }

This PR introduces YARD tags to document Liquid tags, filters, and objects for public Liquid documentation. The current content focuses on these elements in the context of Shopify themes.