Skip to content

Kramdown parser discrepancy for mismatched ordered/ unordered list items #60

Description

@vsch

Kramdown renderers:

- Bullet List
1. With Ordered Item

as

<ul>
    <li>Bullet List
        <ol>
            <li>With Ordered Item</li>
        </ol>
    </li>
</ul>

However, if there is a blank line between items it should parse as two lists:

- Bullet List

1. With Ordered Item
<ul>
    <li>Bullet List</li>
</ul>
<ol>
    <li>With Ordered Item</li>
</ol>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions