-
Notifications
You must be signed in to change notification settings - Fork 149
Nested lists are not rendered properly #1180
Copy link
Copy link
Closed
Description
Describe the bug
If you set the HTML like this:
<ul>
<li>One</li>
<li>
<ul>
<li>Two</li>
</ul>
</li>
</ul>
You should get this rendered:
instead, we are getting this:
To Reproduce
Steps to reproduce the behaviour:
- Open the empty demo
- Switch to HTML mode
- Copy/Paste the HTML above to it
- Switch to visual and see the error
Expected behaviour
This list should display properly
Smartphone (please complete the following information):
- Device: iPhone Xx
- OS: iOS 12
- Version 1.6.0
Reactions are currently unavailable

