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
The code block is incorrectly highlighted.
The code block should be highlighted correctly.
<div class="q-checkbox cursor-pointer no-outline row inline no-wrap items-center q-checkbox--dense" tabindex="0" role="checkbox" aria-label="Orange" aria-checked="false"> <div class="q-checkbox__inner relative-position non-selectable q-checkbox__inner--falsy" aria-hidden="true"> <input class="hidden q-checkbox__native absolute q-ma-none q-pa-none" type="checkbox" /> <div class="q-checkbox__bg absolute"> <svg class="q-checkbox__svg fit absolute-full" viewBox="0 0 24 24"> <path class="q-checkbox__truthy" fill="none" d="M1.73,12.91 8.1,19.28 22.79,4.59"></path> <path class="q-checkbox__indet" d="M4,14H20V10H4"></path> </svg> </div> </div> <span class="no-outline" tabindex="-1"></span> <div class="q-checkbox__label q-anchor--skip">Orange</div> </div>
Version: 1.94.0 (user setup) Commit: d78a74bcdfad14d5d3b1b782f87255d802b57511 Date: 2024-10-02T13:08:12.626Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.19045
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's the problem
The code block is incorrectly highlighted.
What's the expected result
The code block should be highlighted correctly.
How to reproduce
Other information
Version: 1.94.0 (user setup)
Commit: d78a74bcdfad14d5d3b1b782f87255d802b57511
Date: 2024-10-02T13:08:12.626Z
Electron: 30.5.1
ElectronBuildId: 10262041
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045
The text was updated successfully, but these errors were encountered: