md2man - markdown to manpage
https://github.com/sunaku/md2man#readme

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.

## Version 1.4.0 (2012-10-14)

Minor:

  * roff: emit non-first H1 headings as H2 headings

  * html: add `Md2Man::HTML::Engine` class for HTML manual page generation

  * html: add md2man-html(1) bin script for command line access to the above

  * html: add ID attributes on all headings for easy permalinking

  * rake: add `md2man/rakefile` to process markdown files in man/

    This library provides a `rake md2man` task that builds UNIX and HTML
    manual pages from Markdown files (with ".markdown", ".mkd", or ".md"
    extension) inside your `man/man*/` directories.  It also provides
    sub-tasks to build *only* UNIX or HTML manual pages separately.

    It also hooks into Bundler's gem packaging tasks to automatically build
    your manual pages for packaging into a gem.  See the README for details.

-- You received this message because you are subscribed to the Google Groups 
ruby-talk-google group. To post to this group, send email to 
[email protected]. To unsubscribe from this group, send email 
to [email protected]. For more options, visit this 
group at https://groups.google.com/d/forum/ruby-talk-google?hl=en

Reply via email to