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
Currently have to do things like this:
<div>{{ someHtml() }}</div>
Would prefer to just do this:
{{ someHtml() }}
And allow this:
<.myClass>{{ someHtml() }}</>
Also, there is also an issue with dynamic pre content that is indented.
pre
<pre>{{ someIndentedText() }}</pre> tem someIndentedText { my first line my second line }
my first line my second line
The text was updated successfully, but these errors were encountered:
joelesko
No branches or pull requests
Currently have to do things like this:
Would prefer to just do this:
And allow this:
Also, there is also an issue with dynamic
pre
content that is indented.The text was updated successfully, but these errors were encountered: