[ANN] md2man 1.6.2 - markdown to manpage

md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (both Roff and HTML).

Demonstration of HTML manual page output from md2man-html(1):

* http://snk.tuxfamily.org/lib/md2man/
* http://snk.tuxfamily.org/lib/binman/
* http://snk.tuxfamily.org/lib/tork/

## Version 1.6.2 (2013-05-05)

Patch:

  * Fix "uninitialized constant Md2Man::VERSION" error in `md2man/rakefile`.

  * HTML manual page CSS: justify the lines of text just like man(1) does.

  * HTML manual page CSS: resize body to allot 78ex width for manpage text.