[V2] How to typeset element within shadow root?
Tried the following code, but it didn't work.
const contentEle = document.querySelector("#main").shadowRoot.querySelector("#content");
MathJax.Hub.Queue(['Typeset', MathJax.Hub, contentEle]);
Tried the following code, but it didn't work.
const contentEle = document.querySelector("#main").shadowRoot.querySelector("#content");
MathJax.Hub.Queue(['Typeset', MathJax.Hub, contentEle]);