Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Please let me know which plugin you use for mathematics equations? Is this plugin compatible with comment system?
I'm using this script from Mathjax Docs, no plugins.
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: {
inlineMath: [['[math]','[/math]'],['$latex','$'], ['\\(','\\)']],
displayMath: [ ['$$','$$'], ['\[','\]'] ],
processEscapes: true, // \$ to write regular dollar sign.
processRefs: true, // process \ref{...} outside of math mode.
ignoreClass: "latex-ignore",
skipTags: ["pre","code"],
},
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
Hi cnpatel,
I'm really sorry, but this cannot be configured by wpDiscuz side. You should find a way to make the lib (that you are loading) working runtime. Now it doesn't work runtime, therefore it renders after refreshing.