jg-rp opened this issue 10 months ago · 1 comments
Hi,
Related to #670 and #671, Shopify/Liquid will silently ignore any {% elsif %} tags after the first {% else %}.
{% elsif %}
{% else %}
Example template
{% if false %}a{% else %}b{% elsif true %}c{% endif %}
Shopify/Liquid output
b
LiquidJS output
c
fixed demo: https://liquidjs.com/playground.html#eyUgaWYgZmFsc2UgJX1heyUgZWxzZSAlfWJ7JSBlbHNpZiB0cnVlICV9Y3slIGVuZGlmICV9,e30=