Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support single line liquid tags #409

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Support single line liquid tags #409

wants to merge 1 commit into from

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.

None yet

1 participant