We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im using the Script as Brackets (Sprint 38) plug in an this HTML,
Text <a href="#">Link</a> Text
which’s format is ok in my eyes, becomes this
Text <a href="#">Link</a>Text
when it’s beautified. The break before <a>is ok (but not necessary – I think) but I’d say it is a bug that the space behind </a> is deleted.
<a>
</a>
The text was updated successfully, but these errors were encountered:
Agreed.
Sorry, something went wrong.
746e838
No branches or pull requests
Im using the Script as Brackets (Sprint 38) plug in an this HTML,
which’s format is ok in my eyes, becomes this
when it’s beautified. The break before
<a>
is ok (but not necessary – I think) but I’d say it is a bug that the space behind</a>
is deleted.The text was updated successfully, but these errors were encountered: