Home Commonplace Literature Notes RSSHome / Commonplace / Computing / Pandoc from Markdown to HTML
Pandoc can convert from Markdown to HTML with a single command.
1pandoc -s -o output.html input.md