adf-to-md

1.1.0 • Public • Published

ADF to Markdown converter

Building off the work from md-to-adf, this module does the opposite, taking an object in Atlassian Document Format, and outputting Markdown.

⚠️⚠️ BEWARE ⚠️⚠️

ADF is a superset of Markdown. It contains more functionality than Markdown can capture. Any unsupported elements (e.g. mentions, panels, etc.) will simply be discarded.

Usage

const adf2md = require('adf-to-md');

// const adfObject = ...
const markdown = adf2md(adfObject);

Readme

Keywords

none

Package Sidebar

Install

npm i adf-to-md

Weekly Downloads

1,048

Version

1.1.0

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • julianlam