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

Beautify Output - Desired Formatting #67

Open
haydenjackson01 opened this issue Feb 13, 2017 · 2 comments
Open

Beautify Output - Desired Formatting #67

haydenjackson01 opened this issue Feb 13, 2017 · 2 comments
Labels
Milestone

Comments

@haydenjackson01
Copy link
Contributor

haydenjackson01 commented Feb 13, 2017

Update beautify to be more beautiful as mentioned in issue #64.
We desire this:

<h1>Algorithms</h1>

but we get this instead:

<h1>
 Algorithms
</h1>

Also indentation should be two spaces not one.

@haydenjackson01 haydenjackson01 added this to the Future milestone Feb 13, 2017
@JackMorganNZ
Copy link
Member

When it comes around to possibly implementing this, we should have a discussion if it's worth it.

@haydenjackson01
Copy link
Contributor Author

Do not sort tag arguments.
<image src="lipsum" class="" />
Should not become:
<image class="" src="lipsum" />

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

No branches or pull requests

2 participants