vuetify-markdown-editor
vuetify-markdown-editor copied to clipboard
add more plugins dynamically
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 instance
is this available in some way?
I think it is not supported now. But I think it is doable if we can expose the instance in some way. Do you have any idea, or are you interested in submitting a PR to support it?