markdown

Converts Markdown formatted text files to HTML

brewmacoslinux
Try with needOr install directly
Source

About

Text-to-HTML conversion tool

Commands

markdown

Examples

Convert a Markdown file to HTML and display output$ markdown file.md
Convert Markdown file and save as HTML file$ markdown file.md > file.html
Convert Markdown from standard input$ echo '# Hello' | markdown