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
Trying to beautify this at http://jsbeautifier.org/ :
<div class="col-sm-9"> <textarea id="notes" class="form-control" rows="3"> <%= notes %> </textarea> </div>
It breakes the "notes" template tag:
<div class="col-sm-9"> <textarea id="notes" class="form-control" rows="3"> <%=n otes %> </textarea> </div>
Other test cases:
<div class="col-sm-2"> <a href="#" target="_blank"> <%= title %> </a> </div>
and:
<div class="col-sm-3"> <%= no %> </div>
See also (maybe) related issue #404
The text was updated successfully, but these errors were encountered:
Similar to #389.
Sorry, something went wrong.
Getting the same issue with jst/ejs.
Does jst/ejs use the same <%= element style?
<%=
This issue is really annoying, I hope you can fix it soon
Unbreak php and underscore.js templating
b7b5f89
Html beautifier no longer kills php and underscore.js templates. IF you try to run php the the js beautifier it will still die. Fixes #490, #417
Make js-beautifier kinder to templateing
13b8031
Related to #490, #417
No branches or pull requests
Trying to beautify this at http://jsbeautifier.org/ :
It breakes the "notes" template tag:
Other test cases:
and:
See also (maybe) related issue #404
The text was updated successfully, but these errors were encountered: