Skip to content

Instantly share code, notes, and snippets.

@coleww
Created June 7, 2014 16:41
Show Gist options
  • Save coleww/9691d59a1cae37a3f8ee to your computer and use it in GitHub Desktop.
Save coleww/9691d59a1cae37a3f8ee to your computer and use it in GitHub Desktop.
Turn a github readme into a presentation
//removes everything except the readme document from the page and adds some pads.
$("body").html($("#readme").html()).css({padding: "50px"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment