Documentation Template - Super section

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.

Here's a sub section

This is text about the sub section.

Here's a second paragraph.

Smaller sub section

Some more information

Table

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.

Indented points

Bullets

Here's some text

Numbers

Here's some text

  1. Some point
  2. point 1
  3. Here's another point