Another related question. For this to be successful, I would need the markdown-it instance with all the plugins set up as the current instance of Joplin, if I’m not mistaken. Currently there does not seem to be a way to access the initialized renderer instance, as plugins are set and rendering is done in the same function. Would it make sense to split this into two functions, to be able to access the renderer instance? Or is there another way to access it?