Sample Markdown

This is some basic, sample markdown.

Second Heading

  • Unordered lists, and:
    1. One
    2. Two
    3. Three
  • And more

Blockquote

And bold, italics.

A link

And code highlighting:

var foo = 'bar';

function baz(s) {
   return foo + ':' + s;
}

const msg = 'hello'

The end ...