Last active
March 20, 2018 23:15
-
-
Save mi-lee/16326be09972808fe499a81620c88484 to your computer and use it in GitHub Desktop.
Bookmarklet - pretty print format for GitHub markdown files
This file contains 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
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