目录
在线网站 可以在该网站编写公式
公式编写规则: https://www.jianshu.com/p/7c34f5099b7e
<img src="http://chart.googleapis.com/chart?cht=tx&chl= 在此插入Latex公式" style="border:none;">
ex:
<img src="http://chart.googleapis.com/chart?cht=tx&chl=\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}" style="border:none;">
<img src="http://www.forkosh.com/mathtex.cgi? 在此处插入Latex公式">
ex:
<img src="http://www.forkosh.com/mathtex.cgi? \Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}">
在markdown头部添加外部js引用
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"></script>
在markdown中直接输入公式
$$公式$$
\\(公式\\)