Open
Description
Can the type section be updated with all the types that are supported? At the very least it seems to be missing object
and timestamp
:
https://shopify.github.io/liquid/basics/types/

Object is obviously supported:
{% if user %}
Hello {{ user.name }}!
{% endif %}
As is timestamp/date:
{{ article.published_at | date: "%a, %b %d, %y" }}
Metadata
Metadata
Assignees
Labels
No labels