Skip to content
New issue

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

Clicking on a checkbox inside a block quote toggles the wrong checkbox #150

Closed
mattjweiss opened this issue Jan 12, 2022 · 2 comments
Closed

Comments

@mattjweiss
Copy link

mattjweiss commented Jan 12, 2022

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...

```ad-note
> - [ ] checkbox 1
```

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.

@mattjweiss
Copy link
Author

Also, putting a bullet point in the title of an admonition indents the icon for some reason.

```ad-note
title: - Title
```

image

image

Block quotes have unusual behavior as well. The first > appears to include the icon but the following ones do not.

```ad-note
title: >>>> Title
```

image

@tymek115
Copy link

tymek115 commented Feb 6, 2022

Clicking checkbox 2 updates checkbox 3, and clicking checkbox 3 does nothing.

Can confirm the bug exists and is very annoying ://

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants