liquid
liquid copied to clipboard
Liquid markup language. Safe, customer facing template language for flexible web apps.
This also aligns the behavior once again with current behavior of `ActionView::Helpers::TagHelper#escape_once` / `ERB::Util::html_escape_once` (which `escape_once` was originally based on). Fixes #792 (That bug was closed because of an available...
I'm attempting to use videos as a progressive enhancement by displaying an image initially and then lazy loading the video. I render the image separately to allow uploading and support...
`video_tag` fallback image missing alt attribute and triggering Lighthouse accessibility error: https://shopify.dev/docs/api/liquid/filters/video_tag 
We ran across a nasty bug at Braze where a customer was supplying the UTF-8 non-breaking space character in a Liquid template they were providing to us, and it took...
I'm using a jekyll layout where I want to include content of pages, depending on whether it exists. Apparently, it is supposed to be done like described in https://github.com/Shopify/liquid/issues/89 In...
`{%- assign tech_details = product.metafields.custom.product_technical_details | parse_json -%}` 
Hello I have found an bug when using the media.preview_image with the filter image_tag. If no alternative text is set for the image, the fallback does not work as described...
It would be useful to be able to use Liquid conditions outside of templating. This can be hacked by using private APIs like so: ```ruby cond = Liquid::If .send( :new,...
Hi there, My organization uses `strict_variables: true` to determine when a variable is undefined, and though this works well, the error messages lack full context, which means I have difficulty...
Hello, I think there is a bug with the list.metaobject_reference in product metafields. In product, I have a meta field "estate" which is of type : list.metaobject_reference When i do...