You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html><html><head><title>MathJax Test</title><scriptsrc="mathjax-config.js" defer></script><scripttype="text/javascript" id="MathJax-script" defersrc="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script></head><body><pclass="no-mathjax">This should not render: \(E=mc^2\)</p><p>This should render: \(E=mc^2\)</p></body></html>
It looks like this has come from a v2 configuration. Version 3 does not have a tex2jax component, and the ignroeClass option is now in the document options section as ignoreHtmlClass. See the documentation for more details. So your configuration should be
Here is the code for index5.html
Here is the code for
mathjax-config.js
Here is the output
The text was updated successfully, but these errors were encountered: