Open
Description
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:

VScode behavior:
