go-md2man
=========

Converts markdown into roff (man pages).

Uses [blackfriday](https://github.com/russross/blackfriday) to process markdown into man pages.

### Usage

```bash
go install github.com/cpuguy83/go-md2man@latest

go-md2man -in /path/to/markdownfile.md -out /manfile/output/path
```
