Describe the bug
A list in the following style is not displayed properly. The box is properly checked, but the x character also appears after checkbox.
Minimal reproduction
Add slide with a list as above.
Environment
- Slidev version: 52.14.2
- Browser: Google Chrome
- OS: Ubuntu
npm list
├── @slidev/cli@52.14.2
├── @slidev/theme-default@0.25.0
├── @slidev/theme-seriph@0.25.0
└── vue@3.5.33
Describe the bug
A list in the following style is not displayed properly. The box is properly checked, but the
xcharacter also appears after checkbox.Minimal reproduction
Add slide with a list as above.
Environment