This is to show and standardize the different formatting options for my documentation template.
//Here's some source code
function factorial(num)
{
var result=1;
for(var i=1;i<=num;i++)
{
result *= i;
}
}
Some more text goes here.
This is text about the sub section.
Here's a second paragraph.
Some more information
| Head 1 | Head 2 | Head 3 |
|---|---|---|
| Row 1, cell 1 | Row 1, cell 2 | Row 1, cell 3 |
| Row 2, cell 1 | Row 2, cell 2 | This is text about the sub section. |
Here's some text
Here's some text