Mathjax 可以与 https 一起使用吗?

Can Mathjax be used with https?

Mathjax 可以与 https 一起使用吗?

如果页面名为 http:...,而不是 https:...,此脚本将呈现 Latex

    <script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&#038;ver=3.5.1'>
    </script> 

是的,参见 http://docs.mathjax.org/en/latest/start.html#mathjax-cdn。使用脚本

<script type="text/javascript"
  src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>