When rendering multiple instances of Quill with the Markdown Toolbar, the toolbar button is present but the icon is missing on all but the first editor instance.

This can be fixed by using querySelectorAll instead of querySelector when setting the toolbar icon content. I will create a PR to fix this issue shortly.