Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some syntax escaping errors when converting Markdown to jira #568

Open
Caratpine opened this issue Feb 3, 2023 · 1 comment
Open

Some syntax escaping errors when converting Markdown to jira #568

Caratpine opened this issue Feb 3, 2023 · 1 comment

Comments

@Caratpine
Copy link

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
Copy link
Author

another error case:

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

result:

!https://google.comdescription!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant