This package is a Quill.js module that converts markdown on the fly to formatted rich text. Example Quickstart Installation Using NPM Use the NPM package manager to add this dependency to your project. npm i -S quill-markdown-shortcuts Using CDN Add the library via jsdelivr. <script src...
npm i vue-quill-editor github:aral/quill-markdown-shortcuts-for-vue-quill-editor In thepluginsdirectory of your Nuxt app, create avue-quill-editor.jsfile and add the following code to it: /* Client-side Quill Editor plugin with Markdown Shortcuts */importVuefrom'vue'importQuillfrom'quill...