Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Prettier isn't working well #87

Closed
JCKodel opened this issue Nov 4, 2019 · 1 comment
Closed

Prettier isn't working well #87

JCKodel opened this issue Nov 4, 2019 · 1 comment

Comments

@JCKodel
Copy link

JCKodel commented Nov 4, 2019

This:

<h1>Hello <span>{name}</span>!</h1>

is formatted into this:

<h1>
  Hello
  <span>{name}</span>
  !
</h1>

Which is wrong (because line breaks are turned into white space, leaving an space between {name} and !.

@jbg
Copy link

jbg commented Nov 27, 2019

Duplicate of #82

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants