javascript:document.body.appendChild(document.querySelector("#readme"));document.querySelector("header").remove();document.querySelector(".application-main").remove();document.querySelector("footer").remove();window.print();
Make it into a bookmarklet. It removes everything around the markdown article and opens the print dialog.
Edited to set the font size to 10pt and made the change above (to remove copy button)