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

FIX: don't render list items as task items #223

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

tavin
Copy link
Contributor

@tavin tavin commented Feb 28, 2024

No description provided.

Copy link
Contributor

Binder 👈 Launch a Binder on branch tavin/jupyterlab-myst/fix/ListItem-checkbox

if (checked === null) {
if (checked === undefined) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (checked == null) { would catch both cases!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's academic, but under what circumstances can checked actually be null?

@rowanc1 rowanc1 added the bug Something isn't working label Feb 28, 2024
@agoose77 agoose77 merged commit 2b288cd into executablebooks:main Feb 29, 2024
2 of 4 checks passed
Copy link

welcome bot commented Feb 29, 2024

Congrats on your first merged pull request in this project! 🎉
congrats

Thank you for contributing, we are very proud of you! ❤️

@agoose77 agoose77 changed the title fix: don't render list items as task items FIX: don't render list items as task items Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants