Skip to content

{%- schema -%} whitespace control #1489

Open
@bigskillet

Description

@bigskillet

This works:

{%- schema -%}
  {
    "name": "Main",
    "settings": []
  }
{% endschema %}

...but adding whitespace control to the closing tag triggers a warning, 'schema' tag was never closed.

{%- schema -%}
  {
    "name": "Main",
    "settings": []
  }
{%- endschema -%}

Is it not possible to use whitespace control on {% schema %} tags?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions