Headings from h1 through h6 are constructed with a # for each level:
# h1 Heading
## h2 Heading
### h3 Heading| /** | |
| * HSV to RGB color conversion | |
| * | |
| * H runs from 0 to 360 degrees | |
| * S and V run from 0 to 100 | |
| * | |
| * Ported from the excellent java algorithm by Eugene Vishnevsky at: | |
| * http://www.cs.rit.edu/~ncs/color/t_convert.html | |
| */ | |
| function hsvToRgb(h, s, v) { |
Table of Contents generated with DocToc