J2M


Tired of reformatting text between GitHub (PR's) and JIRA?

Copy+Paste or type anywhere to convert

JIRA

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
h1. Biggest heading
                  
h2. Bigger heading
h1. Biggest heading
h2. Bigger heading
h3. Big heading
h4. Normal heading
h5. Small heading
h6. Smallest heading
*strong*
_emphasis_
{{monospaced}}
??citation??
-deleted-
+inserted+
^superscript^
~subscript~
{code:javascript}
var hello = 'world';
{code}
[http://google.com]
[Google|http://google.com]
GitHub Flavor
-deleted-
{noformat}
  preformatted piece of text
  so *no* further _formatting_ is done here
{noformat}
X

MarkDown

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Biggest heading
## Bigger heading
# Biggest heading
## Bigger heading
### Big heading
#### Normal heading
##### Small heading
###### Smallest heading
**strong**
*emphasis*
`monospaced`
<cite>citation</cite>
~~deleted~~
<ins>inserted</ins>
<sup>superscript</sup>
<sub>subscript</sub>
```javascript
var hello = 'world';
```
<http://google.com>
[Google](http://google.com)
GitHub Flavor
~~deleted~~
```
  preformatted piece of text
  so *no* further _formatting_ is done here
```
X