0.6.0 • Published 5 years ago

quill-delta-to-markdown v0.6.0

Weekly downloads
780
License
ISC
Repository
-
Last release
5 years ago

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!