This is the command go-md2man that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
go-md2man - Convert mardown files into manpages
SYNOPSIS
go-md2man -in=[/path/to/md/file] -out=[/path/to/output]
Description
go-md2man converts standard markdown formatted documents into manpages. It is
written purely in Go so as to reduce dependencies on 3rd party libs.
Example
Convert the markdown file "go-md2man.1.md" into a manpage.
go-md2man -in=README.md -out=go-md2man.1.out
HISTORY
January 2015, Originally compiled by Brian Goff( [email protected] )
Use go-md2man online using onworks.net services