Skip to content

Instantly share code, notes, and snippets.

@jonton11
Last active March 15, 2016 16:19
Show Gist options
  • Save jonton11/c30ff31486f8c34c2968 to your computer and use it in GitHub Desktop.
Save jonton11/c30ff31486f8c34c2968 to your computer and use it in GitHub Desktop.
Practicing Markdown

Practicing Markdown. This is h1

this is normal text

heading 2

heading 3

heading 4

This is an unordered list:

  • item 1
  • item 2
  • item 3

This is heading 3

This is some ruby code

a = "Hello World"
puts a

This is some javascript code

var a = "Hello World";
console.log(a);

This is a link to Google

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