md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (both Roff and HTML).
* Package: <https://rubygems.org/gems/md2man>
* Manuals: <https://sunaku.github.io/md2man>
* Sources: <https://github.com/sunaku/md2man>
* Support: <https://github.com/sunaku/md2man/issues>
## Version 2.1.1 (2014-06-21)
### Patch:
* Bootstrap CSS failed to load for HTML manuals served under HTTPS.
See <https://github.com/sunaku/readably/pull/3> for the details.
* Drop redundant nil check in `Md2Man::Roff::Engine.escape()`.
### Other:
* GitHub now supports relative links from the README.
* README: add links to package, manuals, and GitHub.