0.0.5 • Published 1 year ago

marvin-delta-to-markdown v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago