-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whitespace is being added around spans #113
Comments
Hi @thedamon would you like to send a PR? |
I don't think i have the expertise or time to look at this within a reasonable timeframe. |
My time is also very limited and it has currently no priority. Feel free to ask for a starting point otherwise go with prettier as formatting tool. |
Prettier team refuses to let us wrap attributes 1 per line so prettyhtml is my friend 😍 I could see where this would get hard to want to maintain with prettier doing much the same thing. If you know roughly where I might look I'd be curious to have a look and maaaaybe come up with something. |
good workaround yes, thank you. ideally a formatter shouldn’t alter the
underlying code, but that’s a good escape hatch.
|
🐛 Bug Report
white space is being added in between spans with no discernible way to stop it
To Reproduce
Steps to reproduce the behavior:
Paste your markup here:
Expected behavior
the t is part of the word 'emergent', so if it needs to not have a space in front of it. The formatting should not change the resulting markup.
Current Results:
We are getting spaces inserted around the t, the
<wbr>
tagYour Environment
https://prettyhtml.netlify.com/
The text was updated successfully, but these errors were encountered: