Skip to content

inline if tag inside html tag adds new line break every time formatter runs #37

@dblado

Description

@dblado

given the following html tag:

<span class="label 
{% if wave.publshed %}
label-success
{% else %}
label-warning
{% endif %}">
</span>

a new line break is added above and below the classname every time the formatter runs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions