Skip to content

insertOrderedList: Implement merging lists beyond nested <blockquote>s #39

@hajimehoshi

Description

@hajimehoshi

For exapmple,

<div ce>
  <blockquote><blockquote>f^oo</blockquote></blockquote>
  <blockquote><blockquote>ba|r</blockquote></blockquote>
</div>

must be

<div ce>
  <blockquote><blockquote>
    <ol><li>f^oo</li><li>ba|r</li></ol>
  </blockquote></blockquote>
</div>

.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions