jira-cli icon indicating copy to clipboard operation
jira-cli copied to clipboard

Some syntax escaping errors when converting Markdown to jira

Open Caratpine opened this issue 2 years ago • 1 comments

Describe the bug Some syntax escaping errors when converting Markdown to jira

Please provide following details

  1. JiraCLI Version:
    github.com/ankitpokhrel/jira-cli v1.3.0
    

To Reproduce

Example: image

Code:

conent := md.ToJiraMD(md)

Error: image

Expected behavior

h2. Steps To Reproduce:
* Here's _italic_ inside li
* here's *bold* inside li
* Here's *_bold \+ italic_* inside li
  ** Here they are in one line indented: _italic_ *bold*
{code}
  var hello = 'world';
{code}

Caratpine avatar Feb 03 '23 09:02 Caratpine

another error case:

![description](https://google.com)

result:

!https://google.comdescription!

Caratpine avatar Feb 08 '23 07:02 Caratpine