sudo npm -g install marked
sudo npm -g install wkhtmltopdf
Then convert the .md file to html
marked retro.md -o output.html
and finally convert the html to pdf
wkhtmltopdf output.html retro32.pdf
sudo npm -g install marked
sudo npm -g install wkhtmltopdf
marked retro.md -o output.html
wkhtmltopdf output.html retro32.pdf