This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
👋 This is because of #90 Fix is hard to get right because of HTML whitespace handling and striking the balance between flagging "you forgot to close your tag" with "intentional unclosed tag inside if statements." |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use-case for dynamic tag types. E.g. wrapping elements in conditional tags such that either the
predictive-search
web-component, or a standardform
tag is used. There's no detectible downside to doing so to me, however, the Prettier Liquid plugin throws Liquid HTML parsing errors. I'd love to know if there's a general Liquid styleguide that Shopify uses internally so I can better understand:Example code that causes errors:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions