{"id":13620714,"url":"https://github.com/b-yond-infinite-network/md-to-adf","last_synced_at":"2026-02-27T20:14:44.693Z","repository":{"id":37940902,"uuid":"236647187","full_name":"b-yond-infinite-network/md-to-adf","owner":"b-yond-infinite-network","description":"Markdown to Atlassian Document Format translation/traduction","archived":false,"fork":false,"pushed_at":"2024-05-06T15:11:11.000Z","size":2473,"stargazers_count":45,"open_issues_count":21,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-14T20:50:16.110Z","etag":null,"topics":["adf","confluence","jira","markdown","markdown-to-adf","markdown-to-confluence","markdown-to-jira"],"latest_commit_sha":null,"homepage":null,"language":"Gherkin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b-yond-infinite-network.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":"SECURITY.md","support":null}},"created_at":"2020-01-28T03:08:50.000Z","updated_at":"2025-05-02T06:47:32.000Z","dependencies_parsed_at":"2023-02-03T14:31:58.787Z","dependency_job_id":null,"html_url":"https://github.com/b-yond-infinite-network/md-to-adf","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-yond-infinite-network%2Fmd-to-adf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-yond-infinite-network%2Fmd-to-adf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-yond-infinite-network%2Fmd-to-adf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-yond-infinite-network%2Fmd-to-adf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b-yond-infinite-network","download_url":"https://codeload.github.com/b-yond-infinite-network/md-to-adf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-yond-infinite-network%2Fmd-to-adf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259073025,"owners_count":22801094,"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":["adf","confluence","jira","markdown","markdown-to-adf","markdown-to-confluence","markdown-to-jira"],"created_at":"2024-08-01T21:00:58.720Z","updated_at":"2026-02-27T20:14:39.659Z","avatar_url":"https://github.com/b-yond-infinite-network.png","language":"Gherkin","funding_links":[],"categories":["Gherkin"],"sub_categories":[],"readme":"# Markdown to Atlassian Document Format (ADF) translation\n\nTransform Github Markdown text into Atlassian Document Format (ADF)*\n\n[![CI](https://github.com/b-yond-infinite-network/md-to-adf/workflows/Integration/badge.svg?branch=master)](https://github.com/b-yond-infinite-network/md-to-adf/actions?query=workflow%3AIntegration)\n[![Codecov](https://codecov.io/gh/b-yond-infinite-network/md-to-adf/branch/master/graph/badge.svg)](https://codecov.io/gh/b-yond-infinite-network/md-to-adf)\n[![Published](https://github.com/b-yond-infinite-network/md-to-adf/workflows/Publish/badge.svg?branch=master)](https://github.com/b-yond-infinite-network/md-to-adf/actions?query=workflow%3APublish)\n\n\n[![npm downloads](https://img.shields.io/npm/dm/md-to-adf?style=flat-square)](https://www.npmjs.com/package/md-to-adf)\n[![npm latest](https://img.shields.io/npm/v/md-to-adf/latest.svg)](https://www.npmjs.com/package/md-to-adf)\n\n\\* ADF is JIRA and Confluence to describe complex formatted text. \n\n\n## Overview\nWhen bridging tools between Github, Wikipedia and other Markdown-based wiki or document system, there's no tool to \nconvert the formatted text into the equivalent syntax in JIRA or Confluence. This library does exactly that.\nIt allows you to take any markdown (Github focussed for now) and translate it into a JIRA/Confluence compatible ADF document.\n\n## Motivation\n\nWhile writing a Github Action to push Github Issues into JIRA Subtask, we ended up stuck unable to pass complex formatting\nfrom the issue into JIRA, which rendered the interest of the tools much lower.\nThat's why we embarked on translating Github Markdown into a syntaxically correct ADF document.\n\n\n## Getting Started\n\n### Install Markdown To ADF\n\n```\nnpm install md-to-adf\n```\n\n### Import/require the translate function:\n* As a require\n  ```javascript\n  const fnTranslate    = require( 'md-to-adf' )\n  ```\n  \n* As a module\n  ```javascript\n  import fnTranslate from 'md-to-adf'\n  ```\n  \n  \n### Pass it the Markdown (Github) formatted text and get the full ADF Document returned\n\n```javascript\nconst translatedADF = fnTranslate( myJIRAFormattedTextContent )\n```\n\n### You're done!\n\n\n## Additional Documentation \n\n//  * [JSDoc](https://b-yond-infinite-network.github.io/md-to-adf/md-to-adf/0.0.0-semantically-released/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-yond-infinite-network%2Fmd-to-adf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb-yond-infinite-network%2Fmd-to-adf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-yond-infinite-network%2Fmd-to-adf/lists"}