1.2.1 • Published 8 months ago

adf-to-md v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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);
1.2.1

8 months ago

1.2.0

9 months ago

1.1.1

11 months ago

1.1.0

2 years ago

2.0.0

3 years ago

1.0.0

3 years ago