Skip to content

time-loop/md-to-quill-delta

 
 

Repository files navigation

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);

Publish

  1. Bump package.json version number (and make sure that eventually makes it in master)
  2. Drop to node 16
  3. Make sure dependencies are installed with npm and not pnpm
  4. Run npm version patch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • JavaScript 1.4%