3.0 的写法和 2.0 不一样,不知道 2.0 有没有这个功能,下面的代码表示只对 class 属性:use-mathjax 生效
<script> window.MathJax = { tex: { inlineMath: [['$', '$'], ["\(", "\)"]], displayMath: [['$$', '$$'], ["\[", "\]"]] }, options: { ignoreHtmlClass: 'tex2jax_ignore|.*', processHtmlClass: 'tex2jax_process|use-mathjax' } }; </script>