{"id":16895989,"url":"https://github.com/stevenacoffman/j2m","last_synced_at":"2025-04-11T13:38:00.431Z","repository":{"id":40360424,"uuid":"204206580","full_name":"StevenACoffman/j2m","owner":"StevenACoffman","description":"Convert from JIRA text formatting to GitHub Flavored MarkDown","archived":false,"fork":false,"pushed_at":"2022-11-29T13:17:09.000Z","size":12,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T16:23:17.748Z","etag":null,"topics":["github-markdown","go","jira","jira-markdown"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StevenACoffman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-24T20:03:23.000Z","updated_at":"2024-12-09T21:58:30.000Z","dependencies_parsed_at":"2023-01-22T04:35:51.806Z","dependency_job_id":null,"html_url":"https://github.com/StevenACoffman/j2m","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Fj2m","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Fj2m/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Fj2m/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2Fj2m/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StevenACoffman","download_url":"https://codeload.github.com/StevenACoffman/j2m/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248410357,"owners_count":21098775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-markdown","go","jira","jira-markdown"],"created_at":"2024-10-13T17:27:18.695Z","updated_at":"2025-04-11T13:38:00.411Z","avatar_url":"https://github.com/StevenACoffman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/StevenACoffman/j2m?status.svg)](https://godoc.org/github.com/StevenACoffman/j2m)\n[![GoReportcard](https://goreportcard.com/badge/github.com/StevenACoffman/j2m?status.svg)](https://goreportcard.com/report/github.com/StevenACoffman/j2m)\n\n# jira-to-md\n\n## JIRA to MarkDown text format converter\nGolang tool to convert from JIRA Markdown text formatting to GitHub Flavored MarkDown.\n\n## Credits\nThis fun toy was heavily inspired by the J2M project by Fokke Zandbergen (http://j2m.fokkezb.nl/). Major credit to Fokke, kylefarris (and other contributors) for establishing the RexExp patterns for this to work. The maintained JavaScript fork I based this on is [here](https://github.com/kylefarris/J2M)\n\n## Supported Conversions\n\n* Headers (H1-H6)\n* Bold\n* Italic\n* Bold + Italic\n* Un-ordered lists\n* Ordered lists\n* Programming Language-specific code blocks (with help from herbert-venancio)\n* Inline preformatted text spans\n* Un-named links\n* Named links\n* Monospaced Text\n* ~~Citations~~ (currently kinda buggy)\n* Strikethroughs\n* Inserts\n* Superscripts\n* Subscripts\n* Single-paragraph blockquotes\n* Tables\n* Panels\n\n\n## How to Use\n\n### Markdown String\n\n```\n**Some bold things**\n*Some italic stuff*\n## H2\n\u003chttp://google.com\u003e\n```\n\n### Atlassian Wiki MarkUp Syntax (JIRA)\n\nWe'll refer to this as the `jira` variable in the examples below.\n\n```\n*Some bold things**\n_Some italic stuff_\nh2. H2\n[http://google.com]\n```\n\n### Examples\n\n```\ncat j2m.jira | j2m\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenacoffman%2Fj2m","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenacoffman%2Fj2m","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenacoffman%2Fj2m/lists"}