Last Updated: February 25, 2016
·
2.242K
· jmarizgit

Markdown preview (github flavor) for node.js

Preview your markdown with the Github was never that easy.

You will need node and npm installed on your system. Now run the following command:

npm install markdown-preview

Now lets say you have a file named README.md on your current directory, to preview this file run the following command:

markdown-preview README.md

Your default browser will open with the HTML preview for your markdown file.

Happy hacking!