Skip to content

add to wiki

Joshua Cook edited this page Feb 21, 2018 · 1 revision

How to Make a Table

| header 1 | header 2 | header 3 |
|:--------:|:--------:|:--------:|
| blah     | blah     | blah     |
header 1 header 2 header 3
blah blah blah

How To Write Math

For rendering math, you can use google's chart api. Here is an example:

Here is you it works:

You enter an image from a url using the standard notation for doing this:

![](http://some-url)

The url you will use will be

http://chart.apis.google.com/chart?cht=tx&chl=YOUR-EQUATION-HERE

e.g.

![](http://chart.apis.google.com/chart?cht=tx&chl=\frac{1}{2})