how to support math formula in github.io markdown?

*爱你&永不变心* 提交于 2019-12-12 04:36:39

问题


https://github.com/zhaochenyou/TestMathJax

This is a test project for mathjax. I init /docs/README.md with:

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

formula1:
$$n==x$$

formula2: $$n!=x$$

formula3:
\(m==y\)

formula4: \[m!=y\]

formula5:
\\(k==z\\)

formula6: \\[k!=z\\]

but it seems not working at https://zhaochenyou.github.io/TestMathJax/

please help me ?

来源:https://stackoverflow.com/questions/43713030/how-to-support-math-formula-in-github-io-markdown

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!