Skip to content

Bad element formatting is replaced with <null> #1034

@rgrunber

Description

@rgrunber

Takes a sampel with https://ejs.co/ syntax.

<foo>
  <url><%= url %></url>
</foo>

After formatting, we have:

<foo>
	<url>
		<null>
	</url>
</foo>

Currently the <% tags get replaced with <null>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingformattingThis issue or enhancement is related to formatting support

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions