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?
Is there a way to add more plugins dinamically?
for instance I use
markdown-it-checkboxI would need to a dynamic way to exposemarkdown-it, to call .use() on this plugin instanceis this available in some way?