h1 Heading

h2 Heading

h3 Heading

h4 Heading

h5 Heading
h6 Heading

Horizontal Rules


Emphasis & Checkbox

This is bold text

This is italic text

Strikethrough

Blockquotes

Normal Blockquotes

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s

when an unknown printer took a galley of type and scrambled it to make a type specimen book.

It has survived not only five centuries,

but also the leap into electronic typesetting, remaining essentially unchanged.

Lists

Unordered

Ordered

  1. Lorem ipsum dolor sit amet
  2. Consectetur adipiscing elit
  3. Integer molestie lorem at massa

Code

Inline code

Syntax highlighting

var foo = function (bar) {
  return bar++;
};

console.log(foo(5));

Tables

Option Description
data path to data files to supply the data that will be passed into templates.
engine engine to be used for processing templates. Handlebars is the default.
ext extension to be used for dest files.

Right aligned columns

Option Description
data path to data files to supply the data that will be passed into templates.
engine engine to be used for processing templates. Handlebars is the default.
ext extension to be used for dest files.

link text link with title

Images

Minion ![Alt text][id] With a reference later in the document defining the URL location: [id]: https://octodex.github.com/images/dojocat.jpg “The Dojocat”

Footnotes

Footnote 1 link1. Footnote 2 link2. Duplicated footnote reference2.

Definition lists

Term 1
Definition 1

with lazy continuation.

Term 2 with inline markup
Definition 2
{ some code, part of Definition 2 }

Third paragraph of definition 2.


  1. Footnote can have markup 

  2. Footnote text.  2