-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Bug: Upon running prettier on PUG files space before and after 'a' tag disappear #417
Comments
I think you are running into this: https://pugjs.org/language/plain-text.html#not-recommended Please close this issue if that solved your problem, otherwise let me know why this couldn't help. |
@Shinigami92 Isn't the the point of Prettier, to make your code conform to best practices? Feels like this is something that should be fixed with this extension. |
I agree to some point, but it could be that the |
Ya, I can do that |
Ok.. I made the test. I'll let you all figure out how to pass them. Good luck :) |
Thank you, might not have the time today, but hopefully over weekend 👍 |
Exapmple
Code below:
changes upon running prettier to :
The extra space just after the 'click' and after the pipe symbol is removed and the result is:
Please clickhereto go to our link.
And it should be:
Please click here to go to our link.
The text was updated successfully, but these errors were encountered: