Consider Strapdown.
Strapdown is Javascript-based solution that renders the markdown content in the browser, which makes it great for offline-viewing.
From their own description:
Strapdown.js makes it embarrassingly simple to create elegant Markdown documents. No server-side compilation required.
So rename your .md
markdown file to .html
, and surround it with:
# Markdown content here
…
and opening in any browser will show rendered HTML. Added bonus: you can easily change the theme.