Socket
Socket
Sign inDemoInstall

md-to-adf

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    md-to-adf

Translate Markdown (Github) into Atlassian Document Format (ADF)


Version published
Weekly downloads
1.5K
increased by0.9%
Maintainers
1
Install size
500 kB
Created
Weekly downloads
 

Readme

Source

Markdown to Atlassian Document Format (ADF) translation

Transform Github Markdown text into Atlassian Document Format (ADF)*

CI Codecov Published

npm downloads npm latest

* ADF is JIRA and Confluence to describe complex formatted text.

Overview

When bridging tools between Github, Wikipedia and other Markdown-based wiki or document system, there's no tool to convert the formatted text into the equivalent syntax in JIRA or Confluence. This library does exactly that. It allows you to take any markdown (Github focussed for now) and translate it into a JIRA/Confluence compatible ADF document.

Motivation

While writing a Github Action to push Github Issues into JIRA Subtask, we ended up stuck unable to pass complex formatting from the issue into JIRA, which rendered the interest of the tools much lower. That's why we embarked on translating Github Markdown into a syntaxically correct ADF document.

Getting Started

Install Markdown To ADF

npm install md-to-adf

Import/require the translate function:

  • As a require

    const fnTranslate    = require( 'md-to-adf' )
    
  • As a module

    import fnTranslate from 'md-to-adf'
    

Pass it the Markdown (Github) formatted text and get the full ADF Document returned

const translatedADF = fnTranslate( myJIRAFormattedTextContent )

You're done!

Additional Documentation

// * JSDoc

Keywords

FAQs

Last updated on 28 Apr 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc