Md2man 1.0.2

md2man - write UNIX man pages in Markdown
GitHub - sunaku/md2man: ๐Ÿ“š Converts markdown into UNIX manual pages


What is it?

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

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?

External changes:

  • Blockquoteโ€™s leading paragraph regexp was not anchored.

  • Added example input file from the Linux Man Page Howto.

Internal changes:

  • Upgraded to Binman 3 for better interoperability with Bundler.

  • Freezing internal constants prevents monkeypatching.

  • Forgot to change project slogan in the gem package.