Skip to content

Instantly share code, notes, and snippets.

@fuelingtheweb
Created January 8, 2014 14:13
Show Gist options
  • Save fuelingtheweb/8317290 to your computer and use it in GitHub Desktop.
Save fuelingtheweb/8317290 to your computer and use it in GitHub Desktop.
Sample Markdown

Heading One

Heading Two

Heading Three

Heading Four

Heading Five
Heading Six

This is a line of text here.

And this is another paragraph another line

http://google.com

Here is a blockquote Another blockquote line

Here is some small code: <testing>

Here is some larger code:

<html>
<head>
	<title>Testing</title>
</head>
<body>
	Testing
</body>
</html>

Lists

Unordered Lists

  • Item One
  • Item Two
  • Item Three

Ordered Lists

  1. Item One
  2. Item Two
  3. Item Three

Inline text

This is italic and this is bold Here's some italic text, and more italic text. Some bold stuff here; plus a little bit more.

Other

Google

The Google Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment