Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.59 KB

README.md

File metadata and controls

52 lines (38 loc) · 2.59 KB

Markdown

Markdown Cheatsheet

Markdown入门

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$$

$$a^2 + b^2 = c^2$$

MathJax basic tutorial and quick reference

MathJax-在网页或MarkDown中插入数学公式 如: $x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}$ 但需要你的chrome浏览器安装mathjax插件

github的markdown文件中插入公式,如:

插入数学公式 如:

norm

LaTeX Math Symbols

argmin