Takes a tab-separated text file and turns it into a basic html table for easy css layout processing, etc.
| Symbol | Meaning |
|---|---|
| = | begins table |
| == | ends table |
| - | new cell |
| -- | new cell (colspan = 2) this will go to as many - as you make |
| + | new cell with h1 tag |
| ++ | new cell with h1 tag and colspan |