chintans1 / markdown-to-jira

VSCode Extension for converting Markdown formatting to JIRA or vice-versa easily
19 stars 5 forks source link

multi-level bullet list is not convert correctly #13

Open long-nguyenxuan opened 3 years ago

long-nguyenxuan commented 3 years ago

multi-level bullet list is not convert correctly

currently, the tool preserves spaces, but it should count spaces to detect multi-level bullet list and convert respectively

input

# log bug

- line 1:
  - sub 2:
    - sub 3
      - multi
        line
        paragraph
      - another
        multi
        line
        paragraph

- another bullet 1:
  - another bullet 2:
    - another bullet 3
      another
      multi line
      paragraph

current converted output

h1. log bug

- line 1:
  - sub 2:
    - sub 3
      - multi
        line
        paragraph
      - another
        multi
        line
        paragraph

- another bullet 1:
  - another bullet 2:
    - another bullet 3
      another
      multi line
      paragraph

current preview

image

expect

h1. log bug

- line 1:
-- sub 2:
--- sub 3
     multi
        line
        paragraph
    another
        multi
        line
        paragraph

- another bullet 1:
-- another bullet 2:
--- another bullet 3
      another
      multi line
      paragraph

expect preview

image

ryanjkemper commented 4 months ago

Seems related to #9 I'm also noticing this when testing out this extension for use