🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

html-to-adf-converter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-to-adf-converter

Convert HTML to Atlassian Document Format (ADF)

1.0.2
latest
Source
npm
Version published
Weekly downloads
52
-42.22%
Maintainers
1
Weekly downloads
 
Created
Source

HTML to ADF Converter

A lightweight npm package that simplifies the process of converting HTML strings from your editor into Atlassian Document Format (ADF). Ideal for users working with Jira REST API for posting, putting comments, or updating fields that require ADF formatting.

Features

  • Effortless Conversion: Easily transform HTML code into ADF format with a single function call.
  • Jira Integration: Streamline your Jira workflow by ensuring your content is in the required ADF structure.
  • Developer-Friendly: Simple to use, allowing developers to focus on their work without worrying about ADF formatting intricacies.

Installation

npm install html-to-adf-converter

Usage

import convertToADF  from 'html-to-adf-converter';

const htmlString = '<p>Your HTML content here</p>';
const adfResult = convertToADF(htmlString);

console.log(adfResult);

Contributing

Found a bug or have a feature request? Open an issue or submit a pull request. Contributions are welcome and appreciated!

🌐 Connect with Me

Let's stay connected! Feel free to reach out, ask questions, or just say hello. You can find me on:

Looking forward to connecting with you! 🚀

Keywords

html

FAQs

Package last updated on 01 Dec 2023

Did you know?

Socket

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