md - render markdown documents
$ md [--html] [input-file.md]
Read a Markdown document and render it using either terminal escape sequences (the default) or HTML. If a file name is given, md
reads the document from that file; by default it reads its standard input.
--html
: Render the document into HTML.Here's how you can render this man page into HTML:
$ md --html /usr/share/man/man1/md.md