Created
June 7, 2014 16:41
-
-
Save coleww/9691d59a1cae37a3f8ee to your computer and use it in GitHub Desktop.
Turn a github readme into a presentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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