Skip to content

Space is removed after '</router-link>' #983

@mariusa

Description

@mariusa

On save, this

<div>
Please <router-link to="/support">let us know</router-link> any questions.
</div>

is changed to

        <div>
            Please
            <router-link to="/support">let us know</router-link>any questions.
        </div>

removing the white space after </router-link>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions