Skip to content

Fixed version of @slite/quill-delta-markdown with working new line characters

Notifications You must be signed in to change notification settings

radium-io/quill-delta-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm install --save delta-markdown-for-quill

Usage

1 - Use it to convert your delta document to markdown

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

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

const { toDelta } = require('@disyakidneyshot/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!

About

Fixed version of @slite/quill-delta-markdown with working new line characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%