Skip to content

Possibly wrong reorder logic between ordered lists and nesting unordered lists #11

@xBenChenx

Description

@xBenChenx

Describe the bug

Ordered list cannot preserve the continuity in some common use scenarios.
The only way I found that can retain the continuity of the list is by inputting something like:

1. First item
2. Second item
3. Third item
    1. Indented item
    2. Indented item
4. Fourth item

Steps to reproduce

Just simply input text like:

1. First item
2. Second item
3. Third item
    - Indented item
    - Indented item
4. Fourth item

1. First item
2. Second item
3. Third item
    - [ ] Indented item
    - [ ] Indented item
4. Fourth item

1. First item
2. Second item
3. Third item
    3.1 Indented item
    3.2 Indented item
4. Fourth item

The version of Memos you're using.

v0.23.0

Screenshots or additional context

image
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions