Skip to content

Instantly share code, notes, and snippets.

@jhyland87
Last active December 13, 2016 17:05
Show Gist options
  • Save jhyland87/21209b928d625a29a69dbacf6b365037 to your computer and use it in GitHub Desktop.
Save jhyland87/21209b928d625a29a69dbacf6b365037 to your computer and use it in GitHub Desktop.
Example Blog Post
title slug created author sources updates
CentOS 7 Icebreaker - Everything you need to know to get started
centos-7-icebreaker-everything-you-need-to-know-to-get-started
2016-04-11 22:25:12
Justin Hyland
username date comment lines_changed
jhyland
2016-04-11 22:25:12
Because it sucked
123
username date comment lines_changed
ghatch
2016-04-11 22:25:12
Because it sucked even more
123

(GitHub-Flavored) Markdown Editor

Basic useful feature list:

  • Ctrl+S / Cmd+S to save the file
  • Ctrl+Shift+S / Cmd+Shift+S to choose to save as Markdown or HTML
  • Drag and drop a file into here to load it
  • File contents are saved in the URL so you can share files

I'm no good at writing sample / filler text, so go write something yourself.

Look, a list!

  • foo
  • bar
  • baz

And here's some code! 👍

$(function(){
  $('div').html('I am a div.');
});

This is on GitHub so let me know if I've b0rked it somewhere.

Props to Mr. Doob and his code editor, from which the inspiration to this, and some handy implementation hints, came.

Stuff used to make this:

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