Skip to content

Generation of indented mixed lists from markdown to docx #9994

Closed
@jgm

Description

@jgm

Discussed in #9990

Originally posted by zero0n3 July 16, 2024
Greetings
I would like to generate mixed lists of numbered lists and bulleted, indented lists in markdown to be converted into docx.
However, both with the markdown extension and with the commonmark I cannot get the numbering to resume from the second point, that is.
This is the markdown i write:

1. Dog
    * German Shepherd
    * Belgian Shepherd
        * Malinois
        * Groenendael
        * Tervuren
2. Cat
    * Siberian
    * Siamese

The first numered list work and also the bullet nested lists work but when it reaches the point numbered "2.", where it should resume the numbering with "2.", a bullet appears instead of the number.

2024-07-16 09_12_58-RCC003788_bozza docx  Modalità di compatibilità  - Word

Where ma I wrong?
thanks

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions