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
Windows
<html> <head></head> <body> @can('test') a @elsecan b @endcan </body> </html>
@elsecan should be aligned together with whole @can block. Currently it's treated as regular text
@elsecan
@can
No response
The text was updated successfully, but these errors were encountered:
Nevermind, @elsecan is wrong syntax, it's supposed to be @elsecan('xxx') which works just fine :)
@elsecan('xxx')
Sorry, something went wrong.
shufo
lrakauskas
No branches or pull requests
Platform
Windows
Template before formatting
Template after formatting
Expected Behaviour
@elsecan
should be aligned together with whole@can
block. Currently it's treated as regular textRelevant log output
No response
The text was updated successfully, but these errors were encountered: