This library will convert Markdown into Jira's text formatting. It is a simple regex-based library built to help migrate Github issues into Jira, and it is therefore assuming Github-flavored Markdown, and the focus is on the styling frequently seen in Github issues.
- Headings (h1-h6)
- Basic text formatting (bold/italics/mono)
- Code blocks
- Links
- Unordered lists
- Ordered lists
- Tables
- https://github.com/StevenACoffman/j2m for the basic structure that I based this library on.
- https://github.com/kylefarris/J2M for a nice source of Markdown to Jira regexen.