go-md2man - Convert markdown files into manpages
go-md2man -in=[/path/to/md/file] -out=[/path/to/output]
go-md2man
converts standard markdown formatted documents into
manpages. It is
written purely in Go so as to reduce dependencies on 3rd
party libs.
By default, the input is stdin and the output is stdout.
Convert the markdown file "go-md2man.1.md" into a manpage.
go-md2man -in=go-md2man.1.md -out=go-md2man.1.out
January 2015, Originally compiled by Brian Goff( [email protected] )