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
HTML attributes containing the string /> cause unindent in the following lines. This case comes up, e.g. when using hyperscript CSS query selectors.
/>
example.html.txt
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="description" content="An example" /> <meta name="keywords" content="test" /> <title>Test</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://unpkg.com/[email protected]"></script> </head> <body class="container"> <div class="row mt-3"> <div class="col"> <button id="button-1" type="button" class="btn btn-primary" _="on click toggle .d-none on <#button-2, #button-6/>">Button 1</button> <button id="button-2" type="button" class="btn btn-success">Button 2</button> <button id="button-3" type="button" class="btn btn-danger">Button 3</button> </div> </div> <div class="row mt-3"> <div class="col"> <button id="button-4" type="button" class="btn btn-primary">Button 4</button> <button id="button-5" type="button" class="btn btn-success">Button 5</button> <button id="button-6" type="button" class="btn btn-danger">Button 6</button> </div> </div> </body> </html>
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
System Info
Issue
HTML attributes containing the string
/>
cause unindent in the following lines. This case comes up, e.g. when using hyperscript CSS query selectors.How To Reproduce
example.html.txt
The text was updated successfully, but these errors were encountered: