Socket
Socket
Sign inDemoInstall

adf-to-md

Package Overview
Dependencies
194
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    adf-to-md

Converter to turn Atlassian Document Format (ADF) objects into Markdown


Version published
Weekly downloads
1K
increased by16.04%
Maintainers
1
Install size
558 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 08 Aug 2023

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