Post: Standard

less than 1 minute read

Categories:

Tags: , ,

H1 header

H2 header

H3 header

H4 header

H5 header
H6 header

First level header

Second level header

A sample blockquote.

Nested blockquotes are also possible.

Headers work too

This is the outer quote again.

Here comes some code.
  1. This is a list item

    with a blockquote ##### and a header

  2. Followed by another item
term
definition
another definition
another term
and another term
and a definition for the term
A simple table
with multiple lines
Header1 Header2 Header3
cell1 cell2 cell3
cell4 cell5 cell6
cell1 cell2 cell3
cell4 cell5 cell6
Foot1 Foot2 Foot3

A link

This is a text with a footnote1.

This is a text with a footnote2.

This is red.

// Example can be run directly in your JavaScript console
// Create a function that takes two arguments and returns the sum of those
// arguments
var adder = new Function("a", "b", "return a + b");
// Call the function
adder(2, 6);
// > 8

This is an HTML example.

  1. And here is the definition. 

  2. And here is the definition.

    With a quote!

Comments