Skip to content

Nested ordered / unordered list inconsistent behavior #299

@tiansh

Description

@tiansh

INPUT:

* aaa
  1. bbb

PERFER:

  • aaa
    1. bbb
<ul>
  <li>
    aaa
    <ol>
      <li>
        bbb
      </li>
    </ol>
  </li>
</ul>

but got:

<ul>
  <li>
    aaa
  </li>
</ul>
<ol>
  <li>
    bbb
  </li>
</ol>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions