Hello,
InnerText of rendered characters, for example "\pi", on V2 and V3 are shown below. On V2, there is the input-string "\pi" surrounded by "script" tags in the last three lines. But on V3, I can't find it anywhere.
How can I get TeX input-string on V3?
I use the content between "script" tags in my web page "MathJax Quick Reference" for V2 (see, my posting dated 9 Jan), to display TeX input-string on a sub window. I have difficulty in remaking it into V3.
==== V3 ====
<mjx-container class="MathJax CtxtMenu_Attached_0" jax="CHTML" justify="left" tabindex="0" ctxtmenu_counter="0">
<mjx-math class="MJX-TEX">
<mjx-mi class="mjx-i">
<mjx-c class="mjx-c3C0">
</mjx-c>
</mjx-mi>
</mjx-math>
</mjx-container>
==== V2 ====
<span class="MathJax_Preview" style="color: inherit;">
</span>
<span id="MathJax-Element-1-Frame" class="mjx-chtml MathJax_CHTML" tabindex="0" data-mathml="
<mi>
&#x03C0;
</mi>
</math>
" role="presentation" style="font-size: 105%; position: relative;">
<span id="MJXc-Node-1" class="mjx-math" aria-hidden="true">
<span id="MJXc-Node-2" class="mjx-mrow">
<span id="MJXc-Node-3" class="mjx-mi">
<span class="mjx-char MJXc-TeX-math-I" style="padding-top: 0.182em; padding-bottom: 0.301em; padding-right: 0.003em;">
π
</span>
</span>
</span>
</span>
<span class="MJX_Assistive_MathML" role="presentation">
<mi>
π
</mi>
</math>
</span>
</span>
<script type="math/tex" id="MathJax-Element-1">
\pi
</script>