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
The code looked like this before beautification:
<div class="helloWorld"> {{helloWorld}} </div>
The code should have looked like this after beautification:
Notice how the W has changed to w.
W
w
<div class="helloWorld"> {{helloworld}} </div>
OS: macOS js-beautify: 1.8.0-rc3
Example: js-beautify -r -s=2 --type=html --indent_handlebars
js-beautify -r -s=2 --type=html --indent_handlebars
The text was updated successfully, but these errors were encountered:
@astronomersiva Thanks, keep them coming.
Sorry, something went wrong.
Do not lowercase elements
b7f8686
Fixes beautifier#1464
93c5efd
No branches or pull requests
Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
Notice how the
W
has changed tow
.Steps to Reproduce
Environment
OS: macOS
js-beautify: 1.8.0-rc3
Settings
Example:
js-beautify -r -s=2 --type=html --indent_handlebars
The text was updated successfully, but these errors were encountered: