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
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.
The text was updated successfully, but these errors were encountered:
When it comes around to possibly implementing this, we should have a discussion if it's worth it.
Sorry, something went wrong.
Do not sort tag arguments. <image src="lipsum" class="" /> Should not become: <image class="" src="lipsum" />
<image src="lipsum" class="" />
<image class="" src="lipsum" />
No branches or pull requests
Update beautify to be more beautiful as mentioned in issue #64.
We desire this:
but we get this instead:
Also indentation should be two spaces not one.
The text was updated successfully, but these errors were encountered: