Markdown syntax

Markdown

A more complete list of commonly used Markdown found here

Definition List

term
: definition

You can make links to headings based on the heading text, for example:

### My Heading

Lorem ipsum...

[Reference](#my-heading)

GitHub specific

In order to create table of contents (TOC) in markdown files on GitHub, put this snippet anywhere you would want a TOC to be generated:

* TOC
{:toc}