Closed psygo closed 3 years ago
Maybe if I put the LaTeX text inside a MathJax tag that would work? Because the <foot-note>
element does take innerHTML
and not innerText
, I think.
I think that I might have fixed this accidentally at some point because it is working right now. Just add something like \(1 + 1 = 2\)
to a <foot-note>
.
Currently, the encoding of stuff like
\[
is raw, so it isn't read by the MathJax scripts, even if they come after the mainindex.js
and usedefer
. Maybe including the MathJax scripts into the footnotes (with a parameter due to the script being heavy) will solve the issue.