J2M
2
Convert from GitHub-flavored Markdown to Jira text
Markdown
# Biggest heading ## Bigger heading ### Big heading #### Normal heading ##### Small heading ###### Smallest heading --- * bullet one * bullet two * bullet three 1. numbered one 2. numbered two 3. numbered three --- **strong** *emphasis* `monospaced` <cite>citation</cite> ~~deleted~~ <ins>inserted</ins> <sup>superscript</sup> <sub>subscript</sub> ```javascript var hello = 'world'; ``` ![](foo.jpg) ![Alternative text](foo.jpg) <http://google.com> [Google](http://google.com) GitHub Flavor ~~deleted~~ ``` preformatted piece of text so *no* further _formatting_ is done here ```
Special image processing
No special processing
Add
thumbnail
option to images in Jira (useful for tables of images)
Keep images, but also put their
alt
as visible text/caption underneath them
Convert images and their
alt
into a text-based reference only
JIRA (read only)