vuetify-markdown-editor icon indicating copy to clipboard operation
vuetify-markdown-editor copied to clipboard

A Vue.js Component for editing and previewing markdown using Vuetify.js

Results 2 vuetify-markdown-editor issues
Sort by recently updated
recently updated
newest added

this issue apears in Vuetify version 2.6.0 ![image](https://user-images.githubusercontent.com/1896404/162911602-b85dd132-c0b8-4d57-9e2c-e89d6d5f7c44.png) my `package-lock.json` ``` "packages": { "": { "name": "my-app", "version": "0.1.0", "dependencies": { "core-js": "^3.8.3", "vue": "^2.6.14", "vue-router": "^3.5.1", "vuetify": "^2.6.0", "vuetify-markdown-editor":...

Is there a way to add more plugins dinamically? for instance I use `markdown-it-checkbox` I would need to a dynamic way to expose `markdown-it`, to call .use() on this plugin...