Skip to content

Mix unordered and ordered list #64

Description

@bettysteger

I have the following HTML:

<ol>
  <li>
    list
    <ul>
      <li>1st</li>
      <li>2nd</li>
    </ul>
  </li>
  <li>
    let'see
    <ol>
      <li>if this works</li>
    </ol>
  </li>
</ol>

and have to renderFromHTML to convert the nested lists, if it is not mixed it works, but when i have a nested unordered list in an ordered list, the list items disappear:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions