I just coded up an offline markdown viewer using the node.js file watcher and socket.io, so you point your browser at localhost and run ./markdownviewer /path/to/README.md
and it streams it to the browser using websockets.
- markdownviewer https://github.com/Hainish/markdownviewer/