md2man - markdown to manpage
md2man is a Ruby library and command-line program that converts
Markdown documents into UNIX manual pages (both roff and HTML)
using the Redcarpet library.
Version 1.4.1 (2013-02-23)
Patch:
-
rakefile: arbitrary directory structure under man/
Added a Rake Task for Md2Man. by postmodern · Pull Request #3 · sunaku/md2man · GitHub
Thanks to Postmodern for raising this issue.
-
hook into ‘build’ task only if using Bundler tasks
Thanks to Postmodern for raising this issue.
-
GH-8: Redcarpet requires Ruby 1.9 and so must we
1.9 specific code fails under JRuby 1.6.8 · Issue #8 · sunaku/md2man · GitHub
Thanks to Postmodern for raising this issue.
Other:
-
README: add md2man-html(1) and Md2Man::HTML usage
-
LICENSE: use GitHub profile URLs instead of e-mail