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 following will render, but clicking on checkbox 1 will unexpectedly update checkbox 2.
If you start with this:
```ad-note > - [ ] checkbox 1 - [ ] checkbox 2 ```
Clicking on checkbox 1 will give you this:
```ad-note > - [ ] checkbox 1 - [x] checkbox 2 ```
If there is only one checkbox, nothing appears to be toggled at all.
```ad-note > - [ ] checkbox 1 ```
becomes...
This appears to apply to indented checkboxes as well.
In this example...
```ad-note - [ ] checkbox 1 - [ ] checkbox 2 - [ ] checkbox 3 ```
Clicking checkbox 2 updates checkbox 3, and clicking checkbox 3 does nothing.
The text was updated successfully, but these errors were encountered:
Also, putting a bullet point in the title of an admonition indents the icon for some reason.
```ad-note title: - Title ```
Block quotes have unusual behavior as well. The first > appears to include the icon but the following ones do not.
>
```ad-note title: >>>> Title ```
Sorry, something went wrong.
Can confirm the bug exists and is very annoying ://
202b826
No branches or pull requests
The following will render, but clicking on checkbox 1 will unexpectedly update checkbox 2.
If you start with this:
Clicking on checkbox 1 will give you this:
If there is only one checkbox, nothing appears to be toggled at all.
becomes...
This appears to apply to indented checkboxes as well.
In this example...
Clicking checkbox 2 updates checkbox 3, and clicking checkbox 3 does nothing.
The text was updated successfully, but these errors were encountered: