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

Misalignment of Bullets and Checkboxes in Task Lists in VSCode Visual Editor #661

Open
n8layman opened this issue Feb 12, 2025 · 0 comments

Comments

@n8layman
Copy link

I noticed that in the VSCode visual editor, bullets and checkboxes in task lists are misaligned, whereas they appear correctly aligned in the RStudio visual editor. Has anyone else noticed this?

Test quarto document:

---
title: test
created: 2025-02-11
---

-   [ ] item 1
-   [ ] item 2
-   [ ] item 3
-   [ ] item 4
-   [ ] item 5
    -   [ ] subitem 1
-   [ ] item 6

Expected behavior, observed in RStudio:

Image

VScode behavior:

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

No branches or pull requests

2 participants