Skip to content

Issue with line breaking #12

@ConorCorp

Description

@ConorCorp

Hey again,

Small issue I'm seeing with .ejs and htmx.

<div>
  <%- include(`${paths.common}/loading`, {className: "htmx-indicator self-center w-8 h-8 stroke-base-content", id: "login-indicator"}) %>
</div>

On save, this code line breaks in the middle of the className string, which breaks the html.

<div>
  <%- include(`${paths.common}/loading`, {className: "htmx-indicator 
self-center w-8 h-8 stroke-base-content", id: "login-indicator"}) %>
</div>

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