I have a README.md file (describing a Node app) that I need to convert to a self-contained Github-styled README.html.
Note that this is not the same as finding an HTML converter for Github-flavored markdown. The precise style is important, and so is the self-contained part. (This is how my question is different from this one).
It can be an npm package or an online converter or perhaps some obscure (to me) Github feature allowing to view README.md full-screen, without the Github toolbar and such.
I can live with a Ruby gem or another language/platform if I have to. It needs to be simple, because I modify this README.md often.