Skip to content

Instantly share code, notes, and snippets.

@cpsubrian
Last active December 15, 2015 06:19
Show Gist options
  • Select an option

  • Save cpsubrian/5216003 to your computer and use it in GitHub Desktop.

Select an option

Save cpsubrian/5216003 to your computer and use it in GitHub Desktop.
This would be the title!

Article Content

Using markdown:

  • Use lists
  • etc.
var and = 'code samples';
{
"tags": ["awesome", "sauce"]
}
/**
* Easily include sample code and scripts!
*/
var sample = function () {
console.log('Do something');
};
sample();
@cpsubrian

Copy link
Copy Markdown
Author

Use gist comments .. for comments.

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