Skip to content

md-to-quill-delta 1.2.8

Install from the command line:
Learn more about npm packages
$ npm install @time-loop/md-to-quill-delta@1.2.8
Install via package.json:
"@time-loop/md-to-quill-delta": "1.2.8"

About this version

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

Details


Assets

  • md-to-quill-delta-1.2.8.tgz

Download activity

  • Total downloads 124
  • Last 30 days 1
  • Last week 0
  • Today 0