-
-
Save afonsoaugusto/2e8dd4d04e19bc231dae2e4887f0aa2c to your computer and use it in GitHub Desktop.
Print GitHub markdown files
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
| document.querySelector('#readme').setAttribute('style', 'position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: white') | |
| document.querySelector('body').appendChild(document.querySelector('#readme')) | |
| window.print() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment