Skip to content

Nested lists are not rendered properly #1180

@SergioEstevao

Description

@SergioEstevao

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:

Screenshot 2019-05-01 at 12 27 52

instead, we are getting this:

Screenshot 2019-05-01 at 12 28 13

To Reproduce
Steps to reproduce the behaviour:

  1. Open the empty demo
  2. Switch to HTML mode
  3. Copy/Paste the HTML above to it
  4. 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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions