ankitpokhrel / ankitpokhrel/jira-cli

Some syntax escaping errors when converting Markdown to jira

オープン
#568 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
6k
フォーク
412
平均マージ
2日 3時間
マージ済み PR(30日)
1

説明

**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](https://user-images.githubusercontent.com/11403002/216564768-ce720d08-bf28-4b69-86b5-284f510ebc6b.png)

Code:
```
conent := md.ToJiraMD(md)
```
Error:
![image](https://user-images.githubusercontent.com/11403002/216565032-367051aa-afa4-4ec0-94a0-d1c56fdb5924.png)

**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}

```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。