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.
To get the whole thread, I've used
(that is, I used
#discussion_bucket
insteal of.markdown-body
.)