Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 456 Bytes

md-to-quill-delta

NPM
Build Status

Usage

import { MarkdownToQuill } from 'md-to-quill-delta';

const options = { debug: false };
const converter = new MarkdownToQuill(options);
const ops = converter.convert(markdown);