Skip to content

Conversation

sebastienros
Copy link
Owner

[DO NOT MERGE]

This is just to track the feature which I find useful, to be able to used inlined liquid tags instead of requiring a new line before each tag.

Right now Liquid 5.1.0 doesn't support this feature.

{% liquid if name == 'tobi' 
    echo 'hello tobi'
    endif %}

Could then be written

{% liquid if name == 'tobi' echo 'hello tobi' endif %}

@sebastienros
Copy link
Owner Author

Shopify/liquid#1493

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant