Headings from h1 through h6 are constructed with a # for each level:
# h1 Heading
## h2 Heading
### h3 Heading| /* Color Picker module for CommandFusion | |
| =============================================================================== | |
| AUTHOR: Sergey Klenov, Jarrod Bell, Florent Pillet, CommandFusion | |
| CONTACT: [email protected] | |
| URL: https://github.com/CommandFusion/ | |
| VERSION: v1.0.2 | |
| LAST MOD: Thursday, 17 November 2011 | |
| ========================================================================= |
| var WTH={ | |
| weather: {}, | |
| setup: function (){ | |
| CF.log("Weather Module setup function has been called"); | |
| }, | |
| getData: function(url, dataReceivedCallback) { | |
| // to be able to access our variable, we need to keep a reference to |