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

Hello. Minor changes have been made to the documentation

cla-needed

The new `Liquid::Environment` is not being passed down through `context.new_isolated_subcontext` nor `Liquid::Context.build`

Some SVG images are designed in a way that the aspect ratio is defined in the viewbox and not in the width and height attribute, such as: `...` When using...

Hi, we just figured out that overriding the methods blank? or present? doesn't work to be overriden in drops, f.e. we would like to do following: ```html {% if user.account...

The YARD liquid gem now supports specifying named parameters. For the core liquid tags and filters this is the only object I could find that needed to be updated. To...

It would be great if the [Block] object had a property that indicated it's position in the `section.blocks` list. ( Similar to how the [Section] object does ) This way...

Using `capture` is cumbersome and hard to read. There should be a way to wrap markup in a liquid tag and have it render the children, similar to a React...

### Description Whenever I got to any of the pages after https://shopify.dev/docs/api/liquid/ none of the content of the site loads. The error shown in the console is from MarkedJs. I...

Since the updated of [default lazy loading for Liquid image_tag](https://performance.shopify.com/blogs/blog/announcing-new-liquid-features-for-better-web-performance#new-default-lazy-loading-for-liquid-image_tag) This conflicts in cases when using `preload: true`, and rendering images inside a `` tag. If the `` element is...