Markdown

Topics: Content; Markdown

Markdown is a standard to simplify writing content for the web. GitHub markdown flavor can be used any where on GitHub and in Jekyll. The basics are intuitive, you can learn in about a minute! See Markdown in a Minute to get started.

Heading Two

Any text with no empty lines between will become a paragraph. Leave an empty line between headings and paragraphs.

Font can be Italic or Bold. Code can be highlighted with backticks. Hyperlinks look like GitHub Help. You can add footnotes.1

Heading Three

A bullet list is created using -, *, or + like:

  • dog
  • cat
  • muffin

A numbered list is created using a number + . + space, like:

  1. one
  2. two
  3. three
  4. four

Block quote. Continuing the quote.

Horizontal rule:


  1. example footnote definition.