Skip to content
/ m2j Public

Convert Markdown into Jira's text formatting

License

Notifications You must be signed in to change notification settings

kalafut/m2j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m2j Build Status

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.

Progress

  • Headings (h1-h6)
  • Basic text formatting (bold/italics/mono)
  • Code blocks
  • Links
  • Unordered lists
  • Ordered lists
  • Tables

Credits