md2man is a Ruby library and a set of command-line programs that
convert Markdown into UNIX manual pages and also HTML web pages.
* Code: https://github.com/sunaku/md2man
* Docs: https://sunaku.github.io/md2man/man
* Bugs: https://github.com/sunaku/md2man/issues
* Gems: https://rubygems.org/gems/md2man
## Version 5.1.0 (2016-02-28)
This release adds some new features: syntax highlighting and more!
### Minor:
* md2man-html(1): add syntax highlighting to fenced code blocks.
* md2man-rake(1): add directory name to README and "man/index" title.
Fallback to adding directory name for standalone titles, such as
"README" and "man/index", so that users know what project those
manuals belong to.
* md2man-rake(1): allow running task names without namespace.
You can now run `md2man-rake man` instead of `md2man-rake
md2man:man`, and similarly `md2man-rake web` instead of
`md2man-rake md2man:web`.
### Patch:
* Clarify optionalness of PATTERN in `--help` option.
* md2man(5): paragraph types reflect .PP, .TP, .IP.
* Link to Markdown website instead of markdown(7).