J2M icon indicating copy to clipboard operation
J2M copied to clipboard

Convert from JIRA text formatting to GitHub Flavored MarkDown and back again

Results 8 J2M issues
Sort by recently updated
recently updated
newest added

Hi! This is awesome, and I super appreciate the work. Could numbered lists support be added? For instance, JIRA Markdown: ``` # First item # second item ``` Should be...

I've installed `j2m` a long time ago but I don't understand how it handles [Markdown lists](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#lists). Markdown: ``` # Hello - World `here`. + And here. + And here. -...

String like "test str \_first italic section\_ some text \_second italic section\_ some later text" handled like "test str _first italic section\_ some text \_second italic section_ some later text"...

http://pandoc.org/ http://pandoc.org/try/ https://answers.atlassian.com/questions/31681034/how-different-is-jira-markup-from-textile

Markdown input: ```markdown Try `arr[0]`. ``` Actual output by [J2M](http://j2m.fokkezb.nl/): ``` Try {{arr[0]}}. ``` But JIRA still processes formatting within `{{` `}}` code blocks, so the `[0]` is interpreted as...

Jira and Markdown have block quote support. E.g. ``` bq. This is a block quote in Jira ``` ``` markdown > This is a block quote in Markdown ``` There's...

While converting a bunch of JIRA content to MarkDown, I run into the lack of support for [JIRA list syntax](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=lists), for instance this is currently converted `as is` from JIRA...