0.0.8 • Published 7 years ago

@slite/quill-delta-markdown v0.0.8

Weekly downloads
460
License
ISC
Repository
-
Last release
7 years ago

Installation

npm install --save @slite/quill-mardown-delta

Usage

1 - Use it to convert your delta document to markdown

const { fromDelta } = require('@slite/quill-markdown-delta')
const markdown = fromDelta(deltaFromElseWhere)

2 - Use it to convert your markdown document to delta ops

const { toDelta } = require('@slite/quill-markdown-delta')
const deltaOps = toDelta(txtFromElseWhere)

Test

npm install
npm test

About

A great thank you to Bart Visscher (bartv2) who started this lib ( here https://github.com/bartv2/quill-delta-markdown ). We will work towards the goal to give it gack to the original repo!

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago