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