Skip to content

Jira Mixed Nested Lists Conversion Issue #31

Description

@arctus-io

Jira supports two different syntax styles for mixed nested lists but jira2markdown only identifies/converts with one version:

First version (works in jira2markdown), each nested bullet begins with same bullet character(s) (#'s or *'s) as its parent bullet:

# a
# numbered
#* with
#* nested
#* bullet
# list
* a
* bulleted
*# with
*# nested
*# numbered
* list

Second version (does not work in jira2markdown), each nested bullet uses only the bullet character (#'s or *'s) of it's type:

# a
# numbered
** with
** nested
** bullet
# list
* a
* bulleted
## with
## nested
## numbered
* list

I can provide additional info and/or submit a PR later on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions