-
-
Notifications
You must be signed in to change notification settings - Fork 187
Open
1 / 11 of 1 issue completedLabels
Description
c.f. https://github.com/Shopify/liquid?tab=readme-ov-file#error-modes
Parsing should be lax and not fail by default. Using the strict mode the parser should fail. With the warn mode the parse won't fail but still report errors.
FOr rendering the strict_variables and strict_filters will throw an exception if any unknown variables or filters are used.