UNPKG

@kmatthews/jira2md

Version:

JIRA to MarkDown text format converter.

67 lines (50 loc) 1.07 kB
# Biggest heading ## Bigger heading # Biggest heading ## Bigger heading ### Big heading #### Normal heading ##### Small heading ###### Smallest heading **strong** *emphasis* `monospaced` ~~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 ``` ***Should be bold AND italic*** * First li * Second li * Indented li * Three columns in li * Back to first level li 1. First li 1. Second li 1. Indented li 1. Three columns in li 1. Back to first level li * Here's *italic* inside li * Here's **bold** inside li * Here's **bold** and *italic* inside li * Here's ***bold + italic*** inside li * Here they are in one line indented: *italic* and **bold** > Here's a long single-paragraph block quote. It should look pretty and stuff. | A title | | --- | | Panel text | |Heading 1|Heading 2| | --- | --- | |Col A1|Col A2| |Col B1|Col B2|