A simple CLI to preview markdown using GitHub's markdown API. By default, the document will render in your browser. Use --no-browser to only output HTML.
pip install rendermarkdown
rendermarkdown README.md
rendermarkdown README.md --no-browser
$ pip install -r dev-requirements.txt
$ tox