Skip to content

Support single line liquid tags - #409

Open
sebastienros wants to merge 1 commit into
mainfrom
sebros/inline
Open

Support single line liquid tags#409
sebastienros wants to merge 1 commit into
mainfrom
sebros/inline

Conversation

@sebastienros

Copy link
Copy Markdown
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
Copy Markdown
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