Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 909 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 909 Bytes

NPM
Build Status

Quill delta to Markdown converter

Converter from the Delta document format used by the Quill text editor to Markdown.

Usage

const { deltaToMarkdown } = require('quill-delta-to-markdown')
const markdown = deltaToMarkdown(deltaFromElseWhere)

Test

npm install
npm test

About

This lib was forked from rdesmartin's fork of the Slite Team's fork of Bart Visscher (bartv2) 's lib. Open source!