this little nodejs program parses a markdown file and opens it at localhost with default browser
pretty cool right?
just run these commands -_-
git clone https://github.com/neolabs-software/markdown-preview ; cd markdown-preview
npm install
sudo npm link
if it works, then you should be able to run markdown-preview and see an output
syntax is just like
markdown-preview [markdown file]
port will always be 3000
created by NEOLabs-software