MathJax with Jekyll: 只要修改_layouts文件夹中的page.html,插入如下代码就可以在githu pages中显示公式了。
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
在_includes文件夹的 head.html中head加入(Mathjax inline mode not rendering):
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['′,′'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
如何chrome浏览器中安装了mathjax插件,则可以直接如下输入公式(How to show math equations in general github's markdown(not github's blog) ,Mathjax inline mode not rendering):
$ \sum_{\forall i}{x_i^{2}} $
$ \sum_{\forall i}{x_i^{2}} $
$$a^2 + b^2 = c^2$$
MathJax basic tutorial and quick reference
MathJax-在网页或MarkDown中插入数学公式 如:
插入数学公式 如: