0.0.5 • Published 3 months ago

marvin-delta-to-markdown v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months 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!

0.0.5

3 months ago

0.0.4

3 months ago

0.0.3

4 months ago

0.0.2

5 months ago

0.0.1

5 months ago