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
else if
elseif
Follow-up from #5.
html! { if loading { { "Loading" } } else if false { { "This shouldn't happen" } } else { { "Done" } } }
Contracts the else if to elseif.
The text was updated successfully, but these errors were encountered:
- Fixed issues #6 & #8 by adding chaining rules to formatting blocks
71ea446
- Enabled some clippy lints
Thank you for reporting this, should be fixed in v0.3.0
Sorry, something went wrong.
No branches or pull requests
Follow-up from #5.
Contracts the
else if
toelseif
.The text was updated successfully, but these errors were encountered: