Computer Tips - Convert: How to convert Markdown to HTML?

Date: 2013oct21 Product: pandoc Keywords: panadoc, rtf Q. Convert: How to convert Markdown to HTML? A. Pandoc is like a good solution. http://johnmacfarlane.net/pandoc/ Works on the command line:
pandoc -s file1.md -o file1.html
You can use this to generate web pages on the fly or statically.