Skip to content

Instantly share code, notes, and snippets.

@mi-lee
Last active March 20, 2018 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mi-lee/16326be09972808fe499a81620c88484 to your computer and use it in GitHub Desktop.
Save mi-lee/16326be09972808fe499a81620c88484 to your computer and use it in GitHub Desktop.
Bookmarklet - pretty print format for GitHub markdown files
javascript:(function(){var content=document.querySelector('article');var body = document.querySelector('body');body.innerHTML = '';body.appendChild(content);}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment