Skip to content

Broken note rendering for nested lists #2145

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

Open
akordowski opened this issue Apr 8, 2025 · 0 comments · May be fixed by #2194
Open

Broken note rendering for nested lists #2145

akordowski opened this issue Apr 8, 2025 · 0 comments · May be fixed by #2194

Comments

@akordowski
Copy link
Contributor

Describe the bug

The rendering of nested lists in notes is broken, also if the elements have links or not.
The nested lists should have the same spacing between each element.

Image

Minimal reproduction

Add the following note to a slide

<!--
Nested list with links:

- [Content](https://github.com/slidevjs/slidev)
- [Content](https://github.com/slidevjs/slidev)
  - [Content](https://github.com/slidevjs/slidev)
- [Content](https://github.com/slidevjs/slidev)

Nested list without links:

- Content
- Content
  - Content
- Content
-->

Environment

  • Slidev version: 51.5.0
  • Browser: Firefox/Chrome
  • OS: Windows 11
@yuyinws yuyinws linked a pull request Jun 3, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant