md-to-quill-delta
/
1.2.9
md-to-quill-delta 1.2.9
Install from the command line:
Learn more about npm packages
$ npm install @time-loop/md-to-quill-delta@1.2.9
Install via package.json:
"@time-loop/md-to-quill-delta": "1.2.9"
About this version
import { MarkdownToQuill } from 'md-to-quill-delta';
const options = { debug: false };
const converter = new MarkdownToQuill(options);
const ops = converter.convert(markdown);
- Bump package.json version number (and make sure that eventually makes it in master)
- Drop to node 16
- Make sure dependencies are installed with npm and not pnpm
- Run
npm version patch