md2man - markdown to manpage
md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (both roff and HTML)
using the [Redcarpet](https://github.com/vmg/redcarpet) library.
## Version 1.4.2 (2013-02-24)
Patch:
* The `md2man:web` task from `md2man/rakefile` now:
* emits valid HTML5 with helpful HTML page titles
* uses Twitter Bootstrap styling for HTML man pages
* emits only ONE index page for all HTML man pages
* see http://sunaku.github.com/tork/ for an example
Other:
* README: better organize the subsections of "Usage"
* include md2man rake tasks in developer's rakefile