You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
Minimal reproduction
Add the following note to a slide
Environment
The text was updated successfully, but these errors were encountered: