From: Suraj Kurapati Date: 2013-03-11T14:08:54+09:00 Subject: [ANN] m2dman 1.6.0 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](https://github.com/vmg/redcarpet) library. (DEMO) http://snk.tuxfamily.org/lib/md2man/ (CODE) https://github.com/sunaku/md2man ## Version 1.6.0 (2013-03-10) Minor: * Added an md2man-rake(1) executable that lets you run md2man's rake(1) tasks _directly_ from the command line: without the need for a "Rakefile" in your working directory that loads the `md2man/rakefile` library. Here is an example of its output: http://snk.tuxfamily.org/lib/md2man/ * In web pages generated by the `md2man:web` Rake task: * extract CSS into a separate `man/style.css` file * center manpage on screen & auto-split into columns Patch: * In web pages generated by the `md2man:web` Rake task: * don't rely on being emitted into a `man/` directory Other: * add README and VERSION to generated HTML man pages