Skip to content
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

Lonely closing tags #362

Closed
chrisbateman opened this issue Nov 15, 2013 · 2 comments
Closed

Lonely closing tags #362

chrisbateman opened this issue Nov 15, 2013 · 2 comments

Comments

@chrisbateman
Copy link

I'm not sure if this is doable, but it might be nice if elements that are all on one line - except for a closing tag - could be consolidated to one line.

(And maybe even vice-versa with the opening tag)

Example:

<p>My paragraph text.
        </p>

Result:

<p>My paragraph text.
</p>

Desired:

<p>My paragraph text.</p>
@end-user
Copy link

+1 I think it's a duplicate of #524

@bitwiseman
Copy link
Member

Not sure, but that one is on my list, so thanks for linking.

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

No branches or pull requests

3 participants