
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
@hesto2/md-to-adf
Advanced tools
Translate Markdown (Github) into Atlassian Document Format (ADF)
Transform Github Markdown text into Atlassian Document Format (ADF)*
* ADF is JIRA and Confluence to describe complex formatted text.
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.
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.
npm install md-to-adf
As a require
const fnTranslate = require( 'md-to-adf' )
As a module
import fnTranslate from 'md-to-adf'
const translatedADF = fnTranslate( myJIRAFormattedTextContent )
// * JSDoc
FAQs
Translate Markdown (Github) into Atlassian Document Format (ADF)
The npm package @hesto2/md-to-adf receives a total of 26 weekly downloads. As such, @hesto2/md-to-adf popularity was classified as not popular.
We found that @hesto2/md-to-adf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.