md2man - markdown to manpage
# What is it?
md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (really Roff documents)
using [Redcarpet](https://github.com/tanoku/redcarpet\).
Obligatory screenshot: http://ompldr.org/vYnFvbw <<
Here is an example Markdown document to help you get started:
https://raw.github.com/sunaku/md2man/master/EXAMPLE.markdown
# What is new?
## Version 1.2.1 (2012-07-05)
* GH-4: ruby 1.8.7 lacks negative lookbehind regexps.
Thanks to Postmodern for reporting this issue.
* GH-1: use `~>` for gem version constraints.
See http://docs.rubygems.org/read/chapter/16
Thanks to Postmodern for this contribution.