目次を挿入する: 挿入→目次
google sites の編集の際は Markdown Here を使ってマークダウン形式で行う。
その際のホットキーは Ctrl + Alt + M
参考HP
google chart tool の APIを利用する
chl= 以下にエンコードした数式を代入するとよい
<img src="http://chart.apis.google.com/chart?cht=tx&chl=}" alt="" />
例
<img src="http://chart.apis.google.com/chart?cht=tx&chl=x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}" alt="" />