Md2man 1.3.0

md2man - markdown to manpage

md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (really Roff documents)
using the Redcarpet library.

Version 1.3.0 (2012-09-27)

Minor:

  • Intra-word emphasis is now enabled by default in
    Md2Man::ENGINE. To not be affected by this change, you may
    still construct your own Redcarpet::Markdown engine with your
    own set of processing options.