mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 11:20:41 -07:00
Clarify that the error_mode: :warn parse option is only for strict errors
This commit is contained in:
@@ -63,7 +63,7 @@ when templates are invalid. You can enable this new parser like this:
|
|||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
Liquid::Template.error_mode = :strict # Raises a SyntaxError when invalid syntax is used
|
Liquid::Template.error_mode = :strict # Raises a SyntaxError when invalid syntax is used
|
||||||
Liquid::Template.error_mode = :warn # Adds errors to template.errors but continues as normal
|
Liquid::Template.error_mode = :warn # Adds strict errors to template.errors but continues as normal
|
||||||
Liquid::Template.error_mode = :lax # The default mode, accepts almost anything.
|
Liquid::Template.error_mode = :lax # The default mode, accepts almost anything.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user